Location: Symbol Reference > Types > TJwOnConfirmCredential Type
JWSCL Documentation
ContentsIndexHome
PreviousUpNext
TJwOnConfirmCredential Type
Pascal
TJwOnConfirmCredential = procedure (const Dialog: TJwCredentialsPrompt; var bConfirm: boolean) of object;
Parameters 
Description 
Dialog 
is a pointer to the instance that calls that callback method.  
bConfirm 
[in, out] defines whether the user input is valid (true) or not (false). If set to true, the data can be stored into the credential store. The parameter value is also used as the result value in TJwCredentialsTools.ShowModal. The default in-value is true. 

TJwOnConfirmCredential is a callback method that is called if the flag cfFlagsExpectConfirmation is set. It is used to verify the input by the application. To verify the inputs one can use the properties in parameter Dialog. 

 

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!