 TrvActionClearBoth
 TrvActionClearBoth| << Click to display table of contents >> 
 | 
TrvActionClearBoth is the action for "Clear Text Flow at Both Sides"
Unit RichViewActions;
Syntax
TrvActionClearBoth = class(TrvActionClearTextFlow)
| TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction | 
Description
This action does not allow the selected paragraphs flowing around left- and right-aligned pictures. The selected paragraphs will be placed below side-aligned pictures.
This actions calls RichViewEdit.ClearTextFlow(True, True).
This action does not introduce any new properties in addition to properties of TrvAction.