Classes.TCollection.Items

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Classes.pas

	property Items: TCollectionItem read GetItem write SetItem;


Unit: Classes

Type: property

Visibility: public

Member Of: TCollection

C++ Information

From Classes.hpp

	__property Classes::TCollectionItem * Items = {read=GetItem,write=SetItem};


Unit: Classes

Type: property

Visibility: public

Member Of: TCollection

Description

Lists the items in the collection.


Use Items to access individual items in the collection. The value of the Index parameter corresponds to the Index property of TCollectionItem. It represents the position of the item in the collection.

See Also

Personal tools
Translations
Newest Version