|
Top Previous Next |
|
TrvActionTableToText is the action for "Table | Convert to Text" command. Unit RichViewActions; Syntax TrvActionTableToText = class(TrvActionTableCell) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action converts the current table to text (in other words, it removes the table without removing its content). The action allows choosing a delimiter to insert between text from cells: line break, tab, semicolon, or comma. Delimiters are inserted using the current text style. This action does not introduce any new properties in addition to properties of TrvAction. |