TdxSpreadSheetReportDesignerHeaderSection Class
In This Article
An action object corresponding to the HeaderSection command provided by the Report Designer control.
#Declaration
Delphi
TdxSpreadSheetReportDesignerHeaderSection = class(
TdxSpreadSheetReportDesignerAction
)
#Remarks
This class does not introduce any new public members. Executing a TdxSpreadSheetReportDesignerHeaderSection
action object defines the common template header section whose area matches the current cell selection.
UI elements linked to a TdxSpreadSheetReportDesignerHeaderSection
action object are always enabled.
#Inheritance
Show 12 items
TObject
TPersistent
TComponent
TBasicAction
TContainedAction
TCustomAction
TAction
TdxBasicAction
TdxCustomAction
TdxSpreadSheetAction
TdxSpreadSheetReportDesignerAction
TdxSpreadSheetReportDesignerHeaderSection
See Also