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

TdxSpreadSheetProtectSheetDialogForm Class

The form class for a “Protect Sheet” dialog in spreadsheet controls.

#Declaration

Delphi
TdxSpreadSheetProtectSheetDialogForm = class(
    TdxForm
)

#Remarks

This class implements all the functionality required by the Protect Sheet dialog in the Spreadsheet and Report Designer controls.

VCL Spreadsheet Controls: The Protect Sheet Dialog

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.

See Also