Returns a string describing the folder.
[ sDesc = ] Object.Description
The Description property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AAppFolder |
AAppFolder object |
|
sDesc |
BString |
A string describing the folder object. |
Unless it is the top level folder, you can set its description during design time. During run time, it is a read-only property.
The following example prints App's top level programs folder's description:
print App.ProgramsFolder.Description