System.Classes.TCollection.Items

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Items[Index: Integer]: TCollectionItem read GetItem write SetItem;

C++

__property TCollectionItem* Items[int Index] = {read=GetItem, write=SetItem};

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TCollection

説明

コレクション項目のリストを表示します。

Items プロパティを使用すると,コレクション内の各項目にアクセスできます。Index パラメータの値は TCollectionItem の Index プロパティに対応しており,コレクション内の項目の位置を示します。

関連項目