TdxSpreadSheetPasswordDialogMode Type
In This Article
Enumerates available “Password Protection” dialog display modes.
#Declaration
Delphi
TdxSpreadSheetPasswordDialogMode = dxPasswordDialog.TdxPasswordDialogFormMode;
#Referenced Class
Type |
---|
Tdx |
#Remarks
Options include:
Value | Description | Dialog Example |
---|---|---|
pdm | The “Password Protection” dialog accepts a new password to protect a spreadsheet document. The dialog invokes the “Confirm Password” dialog (pdm | |
pdm | The “Password Dialog” prompts a user to enter an existing password to load a protected spreadsheet document. | |
pdm | 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