Parameter | Description |
---|---|
iItem | The item number (0 if omitted). |
iPosition | The new value of the spin button. |
Procedure Form_Button_Notification Integer iItem Integer iPosition
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.