Returns or sets a string that stores the name of the group to which this object belongs.
[ 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 |
The following example will return the group name of a panel control object belonged:
sGroupName=panel.GroupName