PasswordDialog()

Opens a dialog for changing the password of the current user.

Synopsis

PasswordDialog(string moduleName);

Parameters

Parameter Description
moduleName Name of the module. If the string is empty "", "WinCC OA" will be used.

Return value

None

Error

Description

The function opens a password dialog in the own Vision module. If no module name has been entered, WinCC OA will be used as the default.

Example

In the following example, the password of the current user will be changed.

main()
{
  PasswordDialog(""); //opens WinCC OA
  dialog for //changing the password
}

Assignment

panel.ctl

Availability

UI