TListItemState - enumerated type denoting the state of a list item
Source position: comctrls.pp line 917
type TListItemState = (
lisCut,
lisDropTarget,
lisFocused,
lisSelected
);