Category > Get system |
Item | Description |
---|---|
@...GET | Creates a Get object (entry field) and displays it to the screen |
@...GET CHECKBOX | Creates a Get object as check box and displays it to the screen. |
@...GET LISTBOX | Creates a Get object as list box and displays it to the screen. |
@...GET PUSHBUTTON | Creates a Get object as push button and displays it to the screen. |
@...GET RADIOGROUP | Creates a Get object as radio button group and displays it to the screen. |
@...GET TBROWSE | Creates a Get object as browser and displays it to the screen |
CLEAR GETS | Releases all Get objects in the current GetList array. |
CountGets() | Returns the number of Get fields in the current Getlist array. |
CurrentGet() | Returns the position of the current Get field in the Getlist array. |
Get() | Creates a new Get object. |
GetActive() | Returns or assigns the current Get object during READ. |
GetApplyKey() | Sends an Inkey() code to the currently active Get object. |
GetDoSetKey() | Evaluates a SetKey() code block during READ. |
GetFldCol() | Returns the screen column position of a Get field. |
GetFldRow() | Returns the screen row position of a Get field. |
GetFldVar() | Returns the name of a Get variable. |
GetPostValidate() | Validates data after editing. |
GetPreValidate() | Validates data before editing. |
GetSecret() | Allows for hidden Get input for character strings. |
GuiApplyKey() | Sends an Inkey() code to the associated control of the currently active Get object. |
GuiGetPostValidate() | Validates data after editing. |
GuiGetPrevalidate() | Validates data before editing. |
GuiReader() | Processes user input. |
HbCheckBox() | Creates a new HbCheckBox object. |
HbListBox() | Creates a new HbListBox object |
HbPushButton() | Creates a new HbPushButton object. |
HbRadioButton() | Creates a new HRadioButton object. |
HbRadioGroup() | Creates a new HbRadioGroup object. |
HbScrollBar() | Creates a new HbScrollBar object. |
IsDefColor() | Checks if the default color is set. |
MenuItem() | Creates a new MenuItem object. |
MenuModal() | Activates the menu system represented by a TopBarMenu object. |
Popup() | Creates a new Popup menu object. |
READ | Activates editing of @...GET entry fields in text mode. |
ReadExit() | Enables or disables up/down arrow keys as exit keys for READ |
ReadInsert() | Queries or changes the insert/overstrike mode during READ. |
ReadKey() | Returns the key code of the key that has terminated READ. |
ReadKill() | Queries or changes the READ termination flag. |
ReadModal() | Activates editing of @...GET entry fields in text mode. |
ReadUpdated() | Queries or changes the updated flag of the READ command. |
ReadVar() | Returns name of the current GET or MENU TO variable. |
RestGets() | Restores a previously saved Getlist array. |
RestSetKey() | Restores SetKey() settings and associated code blocks. |
SaveGets() | Saves the current Getlist array for nested READs. |
SaveSetKey() | Saves SetKey() settings and associated code blocks. |
TopBarMenu() | Creates a new TopBarMenu object. |
Updated() | Queries the updated flag of the READ command. |
http://www.xHarbour.com