Get() > Instance variables xHarbour Developers Network  

oGet:control

Optional object for extended editing.

Info

Data type:ODefault:NIL

Description

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
CommandControl
@...GET CHECKBOXHbCheckBox() object
@...GET LISTBOXHbListBox() object
@...GET PUSHBUTTONHbPushButton() object
@...GET RADIOGROUPHbRadioGroup() object
@...GET TBROWSETBrowse() object


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe