[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The control that this accessible object is attached to. It might be the main accessible object of this control or it might represent a sub-part of a control.
Source position: controls.pp line 1011
public TLazAccessibleObject.OwnerControl : TControl; |
The control that this accessible object is attached to. It might be the main accessible object of this control or it might represent a sub-part of a control which does not have a corresponding TControl, like an item of TTreeView. One can verify if this is the main accessible object of the control by checking if (lAccessibleObject.OwnerControl = lAccessibleObject.OwnerControl.GetAccessibleObject())
|
Returns True if the control is being dragged |
lazarus-ccr.sourceforge.net |