Represents flag values used in TCustomListView when sorting or validating items in the control.
Source position: comctrls.pp line 1369
type TListViewFlag = ( |
||
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. |
); |
| Version 4.4 | Generated 2025-11-08 | Home |