|
<< Click to display table of contents >>
|
TrvrActionCellProperties is an action for editing report table cell properties.
Unit [VCL/FMX] RVReportActions / fmxRVReportActions;
Syntax
TrvrActionCellProperties =
class (TrvrCustomActionReportTableWithDataProvider);
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction TrvAction TrvActionTableCell |
This action displays a dialog window for editing properties of report table cell selected in the target editor.
This action can also be applied to normal tables (it may convert them to report tables).
The action edits the following cell properties:
Additionally, it edits BackgroundVisualizers and BackgroundColorChangers properties of the table.
If DataProvider property of this action is assigned, the dialog displays lists of tables and fields to help editing data queries associated with the cells.
This action automatically uses SVG shapes that are available in the target editor. The action adds these SVG shapes in the combo box for selection of a shape type (in the dialog of data visualizer properties). SVG shapes are defined in the TRVSVGPathsDocObject object from DocProperties collection of TRichView.