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

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.

Declaration

Source position: controls.pp line 1484

public function TControl.CreateAccessibleObject: TLazAccessibleObject; virtual;

See also

TLazAccessibleObject

  

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

TControl.GetAccessibleObject

  

Returns True if the control is being dragged

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