Get() > Instance variables |
Optional object for extended editing.
Data type: | O | Default: | NIL |
The instance variable :control can be assigned an object that must have the method :hitTest(). The method is used in the same way as Get:hitTest(). The :control object, such as HbCheckBox() or TBrowse(), is associated with the Get object.
The following objects are stored in this instance variable when a Get object is created with an extended @...GET command:
Associated control objects for Gets
Command | Control |
---|---|
@...GET CHECKBOX | HbCheckBox() object |
@...GET LISTBOX | HbListBox() object |
@...GET PUSHBUTTON | HbPushButton() object |
@...GET RADIOGROUP | HbRadioGroup() object |
@...GET TBROWSE | TBrowse() object |
http://www.xHarbour.com