|
Top Previous Next |
|
TrvActionInsertHLine is the action for "Insert | Horizontal Line" command. Unit RichViewActions; Syntax TrvActionInsertHLine = class(TrvAction) Hierarchy TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction Description This action inserts a horizontal line ("break" item type) in the caret position in TCustomRichViewEdit component. The inserted line has the specified Color and Width, and Style. |