This class represents a dialog that requests a one-line password string from the user. Both modal or modaless dialog are supported.
Events: | wDialogEventwDialogEvent | Description |
wEvent_DialogCreated | When the dialog is created but not yet shown. |
wEvent_DialogClosed | When the dialog is being closed. |
|
proc init(self: wPasswordEntryDialog; owner: wWindow = nil; message = "Input password";
caption = ""; value = ""; style: wStyle = wDefaultDialogStyle;
pos = wDefaultPoint) {...}{.inline, raises: [wWindowError, wCursorError,
IndexDefect, wFontError], tags: [RootEffect].}
-
Initializer.
proc PasswordEntryDialog(owner: wWindow = nil; message = "Input password"; caption = "";
value = ""; style: wStyle = wDefaultDialogStyle;
pos = wDefaultPoint): wPasswordEntryDialog {...}{.inline,
discardable, raises: [wWindowError, wCursorError, IndexDefect, wFontError],
tags: [RootEffect].}
-
Constructor.