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

TControl.GetSelectedChildAccessibleObject

Returns the currently selected child accessible object. This method is provided for controls which wish to override this behavior without sub-classing TLazAccessibleObject.

Declaration

Source position: controls.pp line 1485

public function TControl.GetSelectedChildAccessibleObject: TLazAccessibleObject; virtual;

See also

TLazAccessibleObject

  

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

TLazAccessibleObject.GetSelectedChildAccessibleObject

  

Returns the currently selected child accessible object or nil if none are selected. Override this method in your sub class.

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.