TSRichViewEdit.UpdateNote, UpdateNoteEx |
Top Previous Next |
|
These method prepare the footnote/endnote to be displayed in TSRichViewEdit. function UpdateNote(RVData: TCustomRVFormattedData; ItemNo: Integer): Boolean; function UpdateNoteEx(Note: TCustomRVNoteItemInfo): Boolean; You need to call one of these methods when you insert a new footnote/endnote in the document. In UpdateNote, RVData and ItemNo must define the location of footnote/endnote item in RichViewEdit. Return value: True if the footnote/endnote was prepared successfully See also: •Footnotes and endnotes (contains example) |