TdxSpreadSheetReportDesignerSortFields Class
An action object corresponding to the SortFields command provided by the Report Designer control.
Declaration
TdxSpreadSheetReportDesignerSortFields = class(
TdxSpreadSheetReportDesignerAction
)
Remarks
This class does not introduce any new public members. This action class does not provide the actual SortFields command implementation, since it heavily depends on the actual application structure. To provide the custom implementation of a TdxSpreadSheetReportDesignerSortFields
action object, handle its OnExecute event.
UI elements linked to a TdxSpreadSheetReportDesignerSortFields
action object are enabled only if there is a valid data controller corresponding to the report section in which the focused cell is located.
Inheritance
See Also