button
Generic properties, methods and events
|
SetDataBind(objObj) | Sets the DataBind property to the specified bind object |
|
SetDataField(iStart, sPackFormat$) | Sets the datafield property to the specified numeric field information |
|
SetDataField(sFldName$) | Sets the datafield property to the specified FLD |
|
AutoGray | Grays the image on a disabled button |
|
DataBind | Binds the control to a table object |
|
DataField | Specifies the column name that is to be bound to the control |
|
DataField$ | Specifies the column name that is to be bound to the control |
|
DataSource | Specifies that variable name that is bound to a database table |
|
Default | Used to specify if the button is to be the forms default button |
|
DragKey | Returns the drag key and mouse button state |
|
DragSourceControl | Identifies the source control of a drag operation |
|
DragSourceItem | Identifies the source control component of a drag operation |
|
DragTargetControl | Identifies the target control of a drag operation |
|
DragTargetItem | Identifies the target control component of a drag operation |
|
DropFileList$ | List of files dropped onto control (with HEX(0D) separators) |
|
GroupThousands | Specifies that numeric types will be displayed with digits grouped into thousands |
|
Key | Specifies the accelerator key for the button |
|
Label$ | Label for the control |
|
MultiLine | Wraps the text to multiple lines if the string is too long to fit on a single line |
|
NoForceValidate | Prevent sending any Validate event when the button is clicked |
|
Picture | Specifies the filename of the picture |
|
PictureAlignment | Specifies the picture alignment |
|
TextAlignment | Specifies the alignment of the text on button |
|
TransparentBitmap | Specifies the transparent color |
|
Type$ | Specifies the format that the user will use to enter information |
|
Click() Event | Called when the button is clicked |
|
Drop() Event | Drag drop event |
|
DropFile() Event | Called when files are dragged on to the form |
|
RightClick() Event | Called when the button is right-clicked |