FMX.ImgList.TImageList.Destination

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

Delphi

property Destination: TDestinationCollection read FDestination write SetDestination;

C++

__property Destination;

プロパティ

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


説明

TImageList イメージ リストにおける最終的なイメージ群を構成するデータを格納している、TDestinationCollection コレクションへの参照。

FMX.ImgList.TImageList.Destination は FMX.ImgList.TCustomImageList.Destination を継承しています。以下の内容はすべて FMX.ImgList.TCustomImageList.Destination を参照しています。

TImageList イメージ リストにおける最終的なイメージ群を構成するデータを格納している、TDestinationCollection コレクションへの参照。

関連項目