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

TListItemsFlag

Widgetset flags applied to the TListItems container.

Declaration

Source position: comctrls.pp line 1121

type TListItemsFlag = (

  lisfWSItemsCreated

  

Indicates the list items in the container have been created in the widgetset class.

);

Description

Values from the TListItemsFlag enumeration are stored in the TListItemFlags set type, and used to implement the Flags property in TListItems.

See also

TListItemsFlags

  

Set type used to store TListItemsFlag enumeration values.

TListItems.Flags

  

Contains the flag values currently assigned to the list.


Version 3.2 Generated 2024-02-25 Home