[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the child object in a given position of the control given in client coordinates. This method is provided for controls which wish to override this behavior without sub-classing TLazAccessibleObject.
Source position: controls.pp line 1486
public function TControl.GetChildAccessibleObjectAtPos( |
APos: TPoint |
):TLazAccessibleObject; virtual; |
|
Represents an accessible object with which the user of a accessibility tool can interact. |
|
|
Returns the child of this control located at a particular position given as a client position of the control |
|
|
Creates the TLazAccessibleObject for this control. This method should just create the object and return it. It is useful for classes which desire to have a descendent of TLazAccessibleObject instead of the base class. |
|
|
Returns True if the control is being dragged |
lazarus-ccr.sourceforge.net |