Skip to main content

TdxSpreadSheetPrintTitles Class

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

Declaration

TdxSpreadSheetPrintTitles = class(
    TdxSpreadSheetCustomPageSetupAction
)

Remarks

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

UI elements linked to a TdxSpreadSheetPrintTitles 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 and Hint displayed by UI elements linked to a TdxSpreadSheetPrintTitles action object, use the sdxSpreadSheetActionPrintTitlesCaption and sdxSpreadSheetActionPrintTitlesHint resource strings, respectively.

See Also