[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TListItemState

Represents state values for items in a list view control.

Declaration

Source position: comctrls.pp line 975

type TListItemState = (

  lisCut,

  

The list item has its Cut property set to True.

  lisDropTarget,

  

The list item has its DropTarget property set to True.

  lisFocused,

  

The list item has its Focused property set to True.

  lisSelected

  

The list item has its Selected property set to True.

);

Description

TListItemState is an enumerated type with values which represent the state for items in a list view control. The values reflect the current settings for properties in TListItem.

Values from TListItemState are stored in the TListItemStates set type.

See also

TListItemStates

  

Set type used to store value(s) from the TListItemState enumeration.

TListItem.StateIndex

  

Ordinal position for the image used to represent the state for the list item.


Version 3.2 Generated 2024-02-25 Home