Unit 'ComCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TListItemFlag

TListItemFlag - enumerated type, a flag denoting a list item is being destroyed or created.

Declaration

Source position: comctrls.pp line 981

type TListItemFlag = (

  lifDestroying,

  

List item has been marked for destruction by a notify message.

  lifCreated

  

List item has been marked as created by a notify message.

);



CT Web help

CodeTyphon Studio