|
JWSCL Documentation
|
function ShowModal(const CommandLine: boolean = False): boolean;
|
Parameters |
Description |
|
const CommandLine: boolean = False |
If set to true, the commandline version of credential prompt is used. Currently this feature does not work. |
ShowModal returns true if the credential prompt was closed by OK; otherwise false. If OnConfirmCredential is not nil, the parameter bConfirm will be used as the result.
ShowModal displays a GUI or console credential promp.t
|
Exceptions |
Description |
|
will be raised if the flag cfFlagsExpectConfirmation is set but OnConfirmCredential is nil. will raised if fhe property Flags is invalid! This message comes from a winapi call and does not contain more information | |
|
will be raised if
| |
|
will raised if there is no such logon session! This message comes from a winapi call and does not contain more information |
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|