[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Returns the child of this control located at a particular position given as a client position of the control
Source position: controls.pp line 1036
public function TLazAccessibleObject.GetChildAccessibleObjectAtPos( |
APos: TPoint |
):TLazAccessibleObject; virtual; |
|
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. |
lazarus-ccr.sourceforge.net |