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

TdxSpreadSheetPasswordDialogForm Class

The form class that implements the Password Protection and Confirm Password dialogs.

#Declaration

Delphi
TdxSpreadSheetPasswordDialogForm = class(
    TdxPasswordDialogForm
)

#Remarks

This dialog prompts an end user to enter and confirm a password in the Spreadsheet and Report Designer controls.

bmc TdxSpreadSheet_ShowPasswordDialog_Example.bmp}

If you need to adjust or customize UI elements in the Password Protection and Confirm Password dialogs, derive a custom form from the TdxSpreadSheetPasswordDialogForm class. Assign a reference to the custom dialog form class to the dxSpreadSheetPasswordDialogClass global variable to replace both standard dialogs available in spreadsheet controls.

See Also