Set type used to store values from the TListViewFlag enumeration.
Source position: comctrls.pp line 1375
type TListViewFlags = set of ( |
||
lffSelectedValid, |
|
The value in the Selected property is valid. |
lffItemsMoving, |
|
Items in the control are being moved. |
lffItemsSorting, |
|
Items in the control are being sorted. |
lffPreparingSorting |
|
Sort parameters are being prepared. |
); |
TListViewFlags is the type used to implement the internal flags for the TCustomListView control.
|
TCustomListView is the base class for TListView. |
| Version 4.4 | Generated 2025-11-08 | Home |