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

TLazAccessibleObject.AccessibleDescription

The description of this accessible object

Declaration

Source position: controls.pp line 992

public property TLazAccessibleObject.AccessibleDescription: TCaption
  read FAccessibleDescription
  write SetAccessibleDescription;

See also

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".