| 
       << Click to display table of contents >> TRVSeqType Type | 
    
Unit [VCL/FMX]: RVStyle / fmxRVStyle.
type
TRVSeqType = (rvseqDecimal, rvseqLowerAlpha,
rvseqUpperAlpha, rvseqLowerRoman, rvseqUpperRoman);
Numbering type for sequences, endnotes, footnotes, sidenotes.
Type  | 
Meaning  | 
|---|---|
rvseqDecimal  | 
1, 2, 3,...  | 
rvseqLowerAlpha  | 
a, b, c, ..., z, aa, ab, ...  | 
rvseqUpperAlpha  | 
A, B, C, ..., Z, AA, AB, ...  | 
rvseqLowerRoman  | 
i, ii, iii, iv, ...  | 
rvseqUpperRoman  | 
I, II, III, IV, ...  | 
This is a type of the following properties:
▪TRVStyle.EndnoteNumbering;
▪TRVStyle.FootnoteNumbering;
▪TRVStyle.SidenoteNumbering;
▪TRVSeqItemInfo.NumberType.