TXTextControl.FootnoteGoto Method

Sets the current input position to the reference mark of the specified footnote and scrolls the text so that this position is at the top of the control's visible text.

Introduced: 32.0.

Syntax

TXTextControl.FootnoteGoto FootnoteId
Parameter Description
FootnoteId

Specifies the footnote's unique identifier. This must be the value returned from the FootnoteInsert method.

Return Value

If the footnote could be found the method returns True, otherwise it returns False.

Data Types

FootnoteId: Long
Return value: Boolean

See Also