Returns or sets a string used to describe the object.
Object.Name [ = sDescription ]
The Description property syntax has the following parts:
Name |
Type |
Description |
Object |
Object |
An object |
sDescription |
BString |
A text string describing the object. |
The following statement returns the ACheckBox Description:
print chk1.Description
All controls and the following classes:
|