TdxSpreadSheetPasswordDialogMode Type
Enumerates available “Password Protection” dialog display modes.
Declaration
TdxSpreadSheetPasswordDialogMode = dxPasswordDialog.TdxPasswordDialogFormMode;
Referenced Class
Type |
---|
TdxPasswordDialogFormMode |
Remarks
Options include:
Value | Description | Dialog Example |
---|---|---|
pdmNew | The “Password Protection” dialog accepts a new password to protect a spreadsheet document. The dialog invokes the “Confirm Password” dialog (pdmConfirmation) to verify the entered password. | |
pdmQuery | The “Password Dialog” prompts a user to enter an existing password to load a protected spreadsheet document. | |
pdmConfirmation | The “Confirm Password” dialog prompts a user to verify a previously entered password. The “Password Protection” dialog invokes the “Confirm Password” dialog. |
The ShowPasswordDialog global function accepts a TdxSpreadSheetPasswordDialogMode value.
See Also