|
TRVSeqItemInfo |
Top Previous Next |
|
TRVSeqItemInfo is a class representing numbered sequence in TRichView documents. This is not a component. Objects of this class are created at runtime and appended to TRichView (see AddItem) or inserted into TRichViewEdit (see InsertItem). Style of this item type: rvsSequence (-202) Unit RVSeqItem. Syntax TRVSeqItemInfo = class(TRVLabelItemInfo) (introduced in version 10) HierarchyTObject TPersistent TRVNonTextItemInfo TRVRectItemInfo PropertiesThe main property of this class is SeqName. All items having the same value of this property are numbered continuously. You can restart numbering from the specified value, see StartFrom and Reset properties. Numbering type is defined in NumberType property. Font for this item is defined in TextStyleNo. ProtectTextStyleNo can be used to protect TextStyleNo from changing. Text for this item is calculated automatically. There are no editing-style methods for changing properties of this item. If you want to change them as an editing operation, select this item, delete the selection, then insert a new one with new properties. Related Properties of TRVStyle▪FieldHighlightColor – color for highlighting numbering sequences (overrides background color specified in the text style) ▪FieldHighlightType specifies when to highlight numbering sequences. Numbering Sequences and List MarkersNumbered sequences are similar to list markers. The table below shows differences between them.
Inherited ClassesThe following item types are inherited from this class: ▪TRVEndNoteItemInfo (endnote); ▪TRVFootnoteItemInfo (footnote); See Also...Demos: ▪Demos\Delphi\Assorted\Fields\MailMerge-LabelItems\ ▪Demos\CBuilder\Assorted\Fields\MailMerge-LabelItems\ |