FMX.ImgList.TCustomImageList.Destination

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Destination: TDestinationCollection read FDestination write SetDestination;

C++

__property TDestinationCollection* Destination = {read=FDestination, write=SetDestination};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList


Beschreibung

Referenz auf die Sammlung TDestinationCollection, die Daten zum Erstellen der endgültigen Bilder in der Bilderliste TImageList beinhaltet.

Siehe auch