TRVSeqItemInfo.SeqName

<< Click to display table of contents >>

TRVSeqItemInfo.SeqName

Name of sequence. Items having the same value of this property are numbered continuously.

SeqName: TRVUnicodeString;

(changed in version 18)

Character case is ignored for this property.

The following values are reserved and cannot be used for this property for TRVSeqItemInfo:

'@footnote@' (used in TRVFootnoteItemInfo);

'@endnote@' (used in TRVEndnoteItemInfo).

'@sidenote@' (used in TRVSidenoteItemInfo).

'@textbox@' (used in TRVTextBoxItemInfo).

This property is initialized in constructor CreateEx.

Use TRichViewEdit.SetCurrentItemExtraIntPropertyEx to change value of this property as an editing operation.