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

TListColumns.Items

Provides indexed access to the items in the column collection.

Declaration

Source position: comctrls.pp line 1268

public property TListColumns.Items[AIndex: Integer] : TListColumn
  read GetItem
  write SetItem;
  default;

Description

Items is the default property for the collection, and the target for an enumerator used with the class instance.

See also

TCollection.Items