Description Property (AAppFolder)

Returns a string describing the folder.

Syntax

[ 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.

Comments

Unless it is the top level folder, you can set its description during design time.  During run time, it is a read-only property.

Example

The following example prints App's top level programs folder's description:

print App.ProgramsFolder.Description

Applies to

AAppFolder

See Also