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