<< Click to display table of contents >> TrvActionIndentDec |
TrvActionIndentDec is the action for "Decrease Indent" command.
Unit RichViewActions;
Syntax
TrvActionIndentDec = class(TrvActionIndent)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction |
Description
This action does not introduce any new properties in addition to properties of TrvActionIndent.
The action does not allow changing the paragraph indent to a negative value. If TCustomRichViewEdit.LeftMargin+LeftIndent+FirstIndent becomes negative, the action changes FirstIndent to -TCustomRichViewEdit.LeftMargin-LeftIndent (for right-to-left paragraphs, these formulas use RightIndent instead).