|
Type of list marker for this list level
type
TRVListType = (rvlstBullet, rvlstPicture,
rvlstImageList, rvlstDecimal,
rvlstLowerAlpha, rvlstUpperAlpha,
rvlstLowerRoman, rvlstUpperRoman,
rvlstImageListCounter,rvlstUnicodeBullet);
property ListType: TRVListType;
Unnumbered List Types
List Type
|
Meaning
|
rvlstBullet
|
Unnumbered text (from FormatString property). See also Font.
|
rvlstUnicodeBullet
|
Unnumbered Unicode text (from FormatStringW property). See also Font.
|
rvlstPicture
|
Picture (from Picture property)
|
rvlstImageList
|
Image from imagelist (ImageList and ImageIndex properties)
|
Numbered List Types
List Type
|
Meaning
|
rvlstDecimal
|
1, 2, 3,... (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)
|
rvlstImageListCounter
|
Image from image list, depending on counter (ImageList and ImageIndex properties)
|
Default value:
rvlstBullet
|