Skip to main content

TdxSpreadSheetProtectSheetDialogForm Class

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

Declaration

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