PromptUser Property
Whether to display a prompt.
Syntax
property PromptUser: Boolean read get_PromptUser write set_PromptUser;
Default Value
false
Remarks
This property specifies whether a prompt is displayed when calling Protect. This dialog is created by the system and informs the user of the request action. The user may accept or cancel the request. If the user cancels the request the Protect method raises an exception.
When True the PromptTitle may be set to customize the window title.
This setting is not applicable when UseCNG is set to True. ;