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

TControl.AccessibleValue

The accessible value of the control. For example, for a TLabel it would be the same as the Caption property of the label.

Declaration

Source position: controls.pp line 1636

public property TControl.AccessibleValue : TCaption
  read GetAccessibleValue
  write SetAccessibleValue;

Description

The accessible value of the control. For example, for a TLabel it would be the same as the Caption property of the label. This property is connected and synchronized with TControl.GetAccessibleObject().AccessibleValue.

See also

TLazAccessibleObject.AccessibleValue

  

The value of this accessible object

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