[Overview][Constants][Types][Classes][Procedures and functions][Index] |
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.0 | Generated 2025-05-03 | Home |