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

TItemPropList.Items

Provides access to items in the container by their ordinal position.

Declaration

Source position: valedit.pas line 76

public property TItemPropList.Items[Index: Integer] : TItemProp
  read GetItem
  write SetItem;
  default;

Description

Items is an indexed TItemProp property that provides access to items in the container by their ordinal position. Index is the ordinal position in the container in the range 0..Count-1.

Items is the default property for the class.

Use Add to append a new item in the container. Use Insert to insert an item in the list at a specific position.

Use Delete to remove an item at a specific position in the container. Use Clear to remove all items in the container.

See also

TItemPropList.Add

  

Appends the specified item to the list.

TItemPropList.Insert

  

Inserts the new item at the specified position in the container.

TItemPropList.Delete

  

Removes an item in the container at the specified position.

TItemPropList.Clear

  

Removes all items in the container.

TItemPropList.Count

  

Number of items in the list for the container.


Version 4.0 Generated 2025-05-03 Home