FMX.ImgList.TCustomImageList.CreateDestination

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateDestination: TDestinationCollection; virtual;

C++

virtual TDestinationCollection* __fastcall CreateDestination(void);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList


Beschreibung

Erstellt eine Destination-Sammlung.

Die Standardimplementierung von CreateDestination erstellt eine Instanz einer TDestinationCollection-Sammlung und gibt diese zurück. Überschreiben Sie CreateDestination, wenn Sie eine eigene Zielsammlung erstellen möchten.

Siehe auch