Description Property

Returns or sets a string used to describe the object.

Syntax

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.

Example

The following statement returns the ACheckBox Description:

print chk1.Description

Applies to

All controls and the following classes:

 

AApp

AForm

ASystem

ATest

ADriver

AProgram

ATask

 

See Also

Caption, GroupName, Name, Tag, Text