|
Top Previous Next |
|
TsrvActionInsertEndnote inserts an endnote in the caret position. Unit SRVActions; Syntax TsrvActionInsertEndnote = class(TsrvActionInsertNote) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction DescriptionIf TSRichViewEdit.RichViewEdit is active, this action inserts an endnote (TRVEndnoteItemInfo item). If TSRichViewEdit.RVNote is active (editing a endnote.Document), this action inserts a reference to the parent endnote (TRVNoteReferenceItemInfo item). Otherwise, this action is disabled. When inserting an endnote, this action adds in its Document (using Font property) the following items: •reference to this endnote; •space character. |