TXTextControl.FootnoteNext Method

This method returns the identifier of the footnote that follows the specified footnote in the Text Control's current text. It can be used to find the next footnote in the text or to enumerate all footnotes.

Introduced: 32.0.

Syntax

TXTextControl.FootnoteNext FootnoteId
Parameter Description
FootnoteId

Specifies a footnote identifier. If this parameter is zero, the identifier of the first footnote is returned.

Return Value

The method returns the identifier of the footnote that follows the specified footnote. It returns zero when there is no following footnote.

Data Types

FootnoteId: Long
Return value: Long

See Also