Form_Button_Notification - DfBaseObject
A notification of a form button event
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer | The item number (0 if omitted). |
| iPosition | Integer | The new value of the spin button. |
Syntax
Procedure Form_Button_Notification Integer iItem Integer iPosition
Description
Form_button_notification is a notification of a form button event. Either a prompt-button has been selected or a spin button event has occurred. Pressing and not releasing the spin button will causes this event to fire multiple times. If the button is a spin button the position parameter indicates the new value of the spin button.