FMX.ImgList.TCustomImageList.Destination

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Destination: TDestinationCollection read FDestination write SetDestination;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TCustomImageList

Description

Reference to the TDestinationCollection collection containing the data to form the final images in TImageList image lists.

See Also