Skip to main content

TdxSpreadSheetMorePaperSizes Class

An action object corresponding to the MorePaperSizes command provided by the Spreadsheet and Report Designer controls.

Declaration

TdxSpreadSheetMorePaperSizes = class(
    TdxSpreadSheetCustomPageSetupAction
)

Remarks

This class does not introduce any new public members. Executing this action object invokes the “Page Setup” dialog with the active “Page” tab for the currently displayed worksheet.

UI elements linked to a TdxSpreadSheetMorePaperSizes action object are enabled only if an in-place editor is inactive (that is, the active Table View worksheet’s IsEditing property returns False).

To localize the caption displayed by UI elements linked to a TdxSpreadSheetMorePaperSizes action object, use the sdxSpreadSheetActionMorePaperSizersCaption resource string. This action object provides no hint by default.

See Also