Skip to main content

TdxSpreadSheetProtectWorkbookDialogForm Class

The form class that implements the “Protect Structure* dialog in spreadsheet controls.”

Declaration

TdxSpreadSheetProtectWorkbookDialogForm = class(
    TdxForm
)

Remarks

This dialog prompts an end-user to specify a password to protect the spreadsheet document structure from changes.

If you need to adjust or customize UI elements in the “Protect Structure” dialog, derive a custom form from the TdxSpreadSheetProtectWorkbookDialogForm class. Assign a reference to the custom dialog form class to the dxSpreadSheetProtectWorkbookDialogClass global variable to replace the standard dialog available in spreadsheet controls.

See Also