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

TControl.AccessibleDescription

The accessible description of the control.This should describe the role of the control, for example for TLabel it could be "a text caption".

Declaration

Source position: controls.pp line 1635

public property TControl.AccessibleDescription : TCaption
  read GetAccessibleDescription
  write SetAccessibleDescription;

Description

The accessible description of the control. This should describe the role of the control, for example for TLabel it could be "a text caption". This property is connected and synchronized with TControl.GetAccessibleObject().AccessibleDescription.

See also

TLazAccessibleObject.AccessibleDescription

  

The description of this accessible object

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