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

TLazAccessibleObject.GetChildAccessibleObjectAtPos

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

Declaration

Source position: controls.pp line 1036

public function TLazAccessibleObject.GetChildAccessibleObjectAtPos(

  APos: TPoint

):TLazAccessibleObject; virtual;

See also

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.

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