TdxSpreadSheetPasswordDialogForm Class
The form class that implements the Password Protection and Confirm Password dialogs.
Declaration
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.
Inheritance
TObject
TPersistent
TComponent
TControl
TWinControl
TScrollingWinControl
TCustomForm
TForm
TdxForm
TdxPasswordDialogForm
TdxSpreadSheetPasswordDialogForm
See Also