|
Top Previous Next |
|
TrvActionTableSort is the action for "Table | Sort" command. Unit RichViewActions; Syntax TrvActionTableSort = class(TrvActionTableCell) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description The action sorts the table rows. If the action is called when more than one row are selected, it sorts the selected rows; otherwise, it sorts all rows. Table heading rows are never sorted. Additionally, you can exclude the top [selected] row from sorting. The action displays a dialog window allowing to specify parameters for sorting: •column to sort by; •ascending/descending order; •sort as numbers or as text; if as text, case sensitivity This action does not introduce any new properties in addition to properties of TrvAction. |