TClrCustomControl.AccessibleDescription Property
Gets or sets the description of the control used by accessibility client applications.
published property AccessibleDescription: String read GetAccessibleDescription write SetAccessibleDescription;
Property Value
Type: String
The description of the control used by accessibility client applications.
An object's AccessibleDescription property provides a textual description about an object's visual appearance. The description is primarily used to provide greater context for low-vision or blind users, but can also be used for context searching or other applications.