Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetPasswordDialogMode Type

Enumerates available “Password Protection” dialog display modes.

#Declaration

Delphi
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