[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Provides indexed access to the items in the column collection.
Source position: comctrls.pp line 1278
public property TListColumns.Items[AIndex: Integer] : TListColumn |
Items is a TListColumn property used to provide indexed access to TListColumn instances in the collection by their ordinal position. The read and write access specifiers for the property are reimplemented to use the TListColumn type used as the ItemClass in the collection.
Items is the default property for the collection, and the target for an enumerator created for the collection.
Use Add to create and store a new TListColumn instance in the collection.
Free a TListColumn instance to remove it from the values in Items.
|
Creates and returns a new TListColumn instance for the collection. |
|
|
Destructor for the class instance. |
|
Version 4.0 | Generated 2025-05-03 | Home |