|
Top Previous Next |
|
TrvActionClearRight is the action for "Clear Text Flow at Right Side" Unit RichViewActions; Syntax TrvActionClearRight = class(TrvActionClearTextFlow) Hierarchy 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. |