|
Top Previous Next |
|
TsrvActionEditNote starts editing the current or the next footnote/endnote. Unit SRVActions; Syntax TsrvActionEditNote = class(TsrvAction) HierarchyTObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction DescriptionIf the current item in TSRichViewEdit.RichViewEdit is a footnote or an endnote, this action starts editing it. Otherwise, the action searches for the next footnote or endnote from the caret position. If found, this action starts editing it. |