[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents the image list sizes used in TCustomListView.
Source position: comctrls.pp line 1364
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.0 | Generated 2025-05-03 | Home |