Control Methods
IN THIS PAGE
Description
Methods for the Control object.
Methods
- CONTROL.CONTAINER_GET Method
Returns the name of the control's container.
- CONTROL.FIELD_GET Method
The .FIELD_GET() method returns a pointer to the table field that is bound to the control.
- CONTROL.PUSH Method
Triggers the button's OnPush event.
- CONTROL.TAB_GET Method
Returns the Page_Number of the tab page that is visible.
- CONTROL.TAB_SET Method
The .TAB_SET() method displays the specified tab page of a tabbed control.
- CONTROL.TEXTREPLACE Method
The .TEXTREPLACE() method places text into a text control.
- CONTROL.TEXTSELECT Method
The .TEXTSELECT() method selects text in a control starting at Start_Position and running for Length characters.