Form Control Methods
Alpha Five provides the following and methods for manipulating form controls. Prefix the following methods with the pointer to the control.
|
Applies To |
Method |
Description |
|
Buttons |
Triggers the button's OnPush event. | |
|
Sets or changes the button's password. | ||
|
Check Boxes |
Returns a pointer to the table field that is bound to the control. | |
|
Frames |
Returns the name of the control's container. | |
|
List Boxes |
Returns a pointer to the table field that is bound to the control. | |
|
Radio Buttons |
Returns a pointer to the table field that is bound to the control. | |
|
Tabbed Objects |
Returns the Page_Number of the tab page that is visible. | |
|
Displays the specified tab page of a tabbed control. | ||
|
Returns the name of the control's container. | ||
|
Text Boxes |
Returns a pointer to the table field that is bound to the control. | |
|
Places text into a text control. | ||
|
Selects text in a control starting at Start_Position and running for Length characters. |
See Also
Field Functions and Methods, Form Functions and Methods, Browse Functions and Methods, Button Control Methods