Back to Devexpress

TdxSpreadSheetPasswordDialogForm Class

vcl-dxspreadsheetpassworddialog-11255a84.md

latest2.0 KB
Original Source

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.

Inheritance

Show 11 items

TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TdxPasswordDialogForm TdxSpreadSheetPasswordDialogForm

See Also

TdxSpreadSheetPasswordDialogForm Members

dxSpreadSheetPasswordDialog Unit