<< Click to display table of contents >> TRVListLevel.ListType |
Type of list marker for this list level
type
TRVListType = (rvlstBullet, rvlstPicture,
rvlstImageList, rvlstDecimal,
rvlstDecimalLeadingZero,
rvlstLowerAlpha, rvlstUpperAlpha,
rvlstLowerRoman, rvlstUpperRoman,
rvlstLowerGreek,
rvlstImageListCounter,rvlstUnicodeBullet);
property ListType: TRVListType;
List Type |
Meaning |
---|---|
rvlstBullet |
Unnumbered text (from FormatString property). See also Font. |
rvlstPicture |
Picture (from Picture property) |
rvlstImageList |
Image from an image list (ImageList and ImageIndex properties). FireMonkey: the component chooses the image that fits in ImageWidth x ImageHeight. |
List Type |
Meaning |
---|---|
rvlstDecimal |
1, 2, 3,... (see FormatString, Font) |
rvlstDecimalLeadingZero |
01, 02, 03, ... (see FormatString, Font) |
rvlstLowerAlpha |
a, b, c, ..., z, aa, ab, ... (see FormatString, Font) |
rvlstUpperAlpha |
A, B, C, ..., Z, AA, AB, ... (see FormatString, Font) |
rvlstLowerRoman |
i, ii, iii, iv, ... (see FormatString, Font) |
rvlstUpperRoman |
I, II, III, IV, ... (see FormatString, Font) |
rvlstLowerGreek |
α, β, γ, ..., ω, αα, αβ, ... (see FormatString, Font) |
rvlstImageListCounter |
Image from an image list, depending on a counter (ImageList and ImageIndex properties). FireMonkey: the component chooses the image that fits in ImageWidth x ImageHeight. |
List Type |
Meaning |
---|---|
rvlstUnicodeBullet |
Unnumbered Unicode text (from FormatStringW property). Obsolete value. Use rvlstBullet. |
Default value:
rvlstBullet