|
<< Click to Display Table of Contents >> Navigation: »No topics above this level« MpUserLoginUIPwdDlgType |
mapp Services V5.16
Data type used to control the display of a dialog box. This dialog box is used to change the user's password.
Data type |
Description |
|
OldPassword |
WSTRING[20] |
Old password VC4 connection: Datapoint from String |
NewPassword |
WSTRING[20] |
New password VC4 connection: Datapoint from String |
NewPasswordOk |
UINT |
The new password corresponds to the criteria for a password. |
CriteriaNotMet |
If the password entered does not correspond to the criteria for a new password, this parameter will indicate the error. If several criteria are not met, then only one will be indicated by this parameter. |
|
ConfirmPassword |
WSTRING[20] |
Confirmation of the new password VC4 connection: Datapoint from String |
ConfirmPasswordOk |
UINT |
Password for confirming the correct input |
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 |