dxSpreadSheetProtectSheetDialogClass Variable
In This Article
Specifies the “Protect Sheet” dialog class used by the SpreadSheet and Report Designer controls.
#Declaration
Delphi
var dxSpreadSheetProtectSheetDialogClass: TdxSpreadSheetProtectSheetDialogFormClass = TdxSpreadSheetProtectSheetDialogForm;
#Variable Value
Type |
---|
Tdx |
#Remarks
If localized UI item captions are too long to fit into the default “Protect Sheet” dialog, you can replace it with a custom implementation by assigning the reference to a TdxSpreadSheetProtectSheetDialogForm class descendant to this global variable.
See Also