Represents the image list sizes used in TCustomListView.
Source position: comctrls.pp line 1365
type TListViewImageList = ( |
||
lvilSmall, |
|
Represents the SmallImages property in TCustomListView. |
lvilLarge, |
|
Represents the LargeImages property in TCustomListView. |
lvilState |
|
Represents the StateImages property in TCustomListView. |
); |
TListViewImageList is an enumeration type with values that represent image list sizes used in TCustomListView.
| Version 4.6 | Generated 2026-02-20 | Home |