<< Click to display table of contents >> TsrvActionEditNote |
TsrvActionEditNote starts editing the current or the next footnote/endnote/sidenote/text box item.
Unit SRVActions;
Syntax
TsrvActionEditNote = class(TsrvAction)
TObject TPersistent TComponent TBasicAction TContainedAction TCustomAction TAction TrvCustomAction |
If the current item in TSRichViewEdit.RichViewEdit is a note, this action starts editing it.
Otherwise, the action searches for the next note from the caret position. If found, this action starts editing it.
Use this action instead of TrvActionEditNote.