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

TLazAccessibleObject.AccessibleValue

The value of this accessible object

Declaration

Source position: controls.pp line 1039

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

See also

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.

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