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