FMX.ImgList.TCustomImageList.CreateDestination

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

Delphi

function CreateDestination: TDestinationCollection; virtual;

C++

virtual TDestinationCollection* __fastcall CreateDestination();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList


説明

Destination コレクションを作成します。

デフォルトの CreateDestination 実装は、TDestinationCollecltion コレクションのインスタンスを作成して返します。 独自の対象のコレクションを作成したい場合には、CreateDestination をオーバーライドします。

関連項目