| 
       << Click to display table of contents >> TRVPageNumberType Type | 
    
Unit [VCL/FMX]: RVFieldItems / fmxRVFieldItems.
type
  TRVPageNumberType = (rvpntDefault, rvpntDecimal, 
    rvpntDecimalDash,
    rvpntLowerAlpha, rvpntUpperAlpha, 
    rvpntLowerRoman, rvpntUpperRoman);
Numbering type for "page number" field.
Type  | 
Meaning  | 
|---|---|
rvpntDefault  | 
Default numbering. Displayed as decimal.  | 
rvpntDecimal  | 
1, 2, 3,...  | 
rvpntDecimalDash  | 
- 1 -, - 2 -, - 3 -  | 
rvpntLowerAlpha  | 
a, b, c, ..., z, aa, ab, ...  | 
rvpntUpperAlpha  | 
A, B, C, ..., Z, AA, AB, ...  | 
rvpntLowerRoman  | 
i, ii, iii, iv, ...  | 
rvpntUpperRoman  | 
I, II, III, IV, ...  | 
This is a type of the following properties:
▪TRVPageNumberType.NumberType.