TListViewFlags - set of TListViewFlag
Source position: comctrls.pp line 1329
type TListViewFlags = set of (
lffSelectedValid,
lffItemsMoving,
lffItemsSorting,
lffPreparingSorting
);