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

TListControlItems.Items

Provides indexed access to the list of items maintained in the collection.

Declaration

Source position: comboex.pas line 111

public property TListControlItems.Items[AIndex: Integer] : TListControlItem
  read GetItems;
  default;

Description

Items is a read-only indexed TListControlItem property which provides access to the list of items maintained in the collection. TListControlItems reimplements the read access specifier to return the TListControlItem type required for the collection.

Use the Count property to determine the number of Items stored in the collection. Use the Add or Insert method to create a new item in the collection. Use Delete or Clear to remove one or all items in the collection.

Items is the default property for the collection, and the property examined by the TCollectionEnumerator returned by the GetEnumerator method.

See also

TListControlItem

  

Implements a collection item added to a list control.

TCollection.Items

TCollection.Count

TCollection.Add

TCollection.Insert

TCollection.Clear

TCollection.Delete


Version 4.0 Generated 2025-05-03 Home