FMX.ImgList.TDestinationCollection.Items

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TDestinationCollection


説明

この Destination コレクションに含まれている Destination 項目の配列です。

Items プロパティを使用すると、Destination コレクションに含まれている個々の Destination 項目にアクセスできます。Index パラメータの値は TCollectionItemIndex プロパティに対応します。これは、Destination コレクションにおける Destination 項目の位置を表します。

関連項目