vcl-dxspreadsheetprotectsheetdialog-b2a424a8.md
The form class for a “Protect Sheet” dialog in spreadsheet controls.
TdxSpreadSheetProtectSheetDialogForm = class(
TdxForm
)
This class implements all the functionality required by the Protect Sheet dialog in the Spreadsheet and Report Designer controls.
Use the Sheet property to access the Table View worksheet for which the dialog is invoked.
If localized UI item captions are too long to fit into the default “Protect Sheet” dialog layout, you can derive a custom dialog from the TdxSpreadSheetProtectSheetDialogForm class. Assign a reference to the custom “Protect Sheet” dialog class to the dxSpreadSheetProtectSheetDialogClass global variable to replace the standard dialog.
TObject TPersistent TComponent TControl TWinControl TScrollingWinControl TCustomForm TForm TdxForm TdxSpreadSheetProtectSheetDialogForm
See Also