System.Classes.TCollection.Items
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 プロパティに対応しており,コレクション内の項目の位置を示します。