<< Click to Display Table of Contents >> Navigation: »No topics above this level« MpUserMgrUIGroupCreateDlgType |
mapp Services V5.16
Data type used to control the display of a dialog box. This dialog box is used to create a new user group.
Data type |
Description |
|
Name |
WSTRING[20] |
User group name VC4 connection: Datapoint from String |
Level |
UINT |
Level of this user group VC4 connection: IndexDatapoint from Dropdown (text group for user groups) |
LevelLimit |
DINT |
Maximum permissible level that can be entered for this user group (depends on the currently logged in user) |
Admin |
BOOL |
Defines whether the new group has administrator rights |
AccessRights |
ARRAY[0..19] of MpUserAccessRightEnum |
Defines which rights the new user group has VC4 connection: OptionDatapoint from Dropdown (text group for user groups) |
AccessRightsLimit |
ARRAY[0..19] of MpUserAccessRightEnum |
Possible rights that can be entered for this user group (depends on the currently logged in user) |
LayerStatus |
UINT |
Visibility of the dialog box (status data point for the dialog box layer) VC4 connection: StatusDatapoint from Layer |
Confirm |
BOOL |
Confirms the operation VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1 |
Cancel |
BOOL |
Cancels the operation VC4 connection: Datapoint from Button / Type: SetDatapoint / SetValue: 1 |
|
|