vcl-dxspreadsheetpassworddialog-11255a84.md
The form class that implements the Password Protection and Confirm Password dialogs.
TdxSpreadSheetPasswordDialogForm = class(
TdxPasswordDialogForm
)
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.
Show 11 items
TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TdxPasswordDialogForm TdxSpreadSheetPasswordDialogForm
See Also