|
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) Hierarchy TObject TPersistent TRVNonTextItemInfo TRVRectItemInfo Properties The 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
Numbering Sequences and List Markers Numbered sequences are similar to list markers. The table below shows differences between them.
Inherited Classes The following item types are inherited from this class:
See Also... Demos:
|