CreateGroup
The syntax for the
CreateGroup command has this form:
CreateGroup(
GroupName[,
CommonGroupFlag])
The
CreateGroup command instructs Program Manager to create a new group or activate the
window of an existing group.
Following are the parameters for this command:
GroupName
Identifies the group to be created or activated. This parameter is a string.
If a group already exists with the name specified by
GroupName,
CreateGroup activates the group window.
CommonGroupFlag
Specifies whether the new group is a common group or a personal group. If this
parameter is 1, a common group is created; if it is 0, a personal group is
created. To create a common group, the user currently logged on must have
administrative privileges. If this parameter is 1 but the user does not have
administrative privileges, the command fails. The default value of this parameter is 1
(common group) if no value is specified and if the user has administrative
privileges. The default value is 0 (personal group) if no value is specified and the
user does not have administrative privileges.
Note If the second parameter of the
CreateGroup command specifies the path of the group file (as was required in Windows
version 3.1), the parameter is ignored.
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples