GroupName Property (APanel)

Returns or sets a string that stores the name of the group to which this object belongs.

Syntax

[ sGroupName = ] Object.GroupName

The GroupName property syntax has the following parts:

 

Name]

Type

Description

Object

APanel

APanel control

sGroupName

BString

The name of the group this object belongs to

Example

The following example will return the group name of a panel control object belonged:

sGroupName=panel.GroupName

Applies to

APanel

See Also