TListItemFlag - enumerated type, a flag denoting a list item is being destroyed or created
Source position: comctrls.pp line 947
type TListItemFlag = (
lifDestroying,
lifCreated
);