[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.GetChildAccessibleObjectAtPos

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.

Declaration

Source position: controls.pp line 1486

public function TControl.GetChildAccessibleObjectAtPos(

  APos: TPoint

):TLazAccessibleObject; virtual;

See also

TLazAccessibleObject

  

Represents an accessible object with which the user of a accessibility tool can interact.

TLazAccessibleObject.GetChildAccessibleObjectAtPos

  

Returns the child of this control located at a particular position given as a client position of the control

TControl.CreateAccessibleObject

  

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.

TControl.GetAccessibleObject

  

Returns True if the control is being dragged

The latest version of this document can be found at lazarus-ccr.sourceforge.net.