Form_Button_Mouse_Down - DfBaseObject
A notification that the form's button has been selected with the mouse
Type: Event
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer | The item number (0 if omitted). |
Syntax
Procedure Form_Button_Mouse_Down Integer iItem
Description
Form_button_mouse_down is a notification that the form's button has been selected with the mouse. This is used by spin buttons to initialize their value. This indicates the start of a form-button event.