wPasswordEntryDialog

This class represents a dialog that requests a one-line password string from the user. Both modal or modaless dialog are supported.

Superclass:wTextEntryDialog
Events:wDialogEvent
wDialogEventDescription
wEvent_DialogCreatedWhen the dialog is created but not yet shown.
wEvent_DialogClosedWhen the dialog is being closed.

Procs

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.