FMX.ImgList.TCustomImageList.Source

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Source: TSourceCollection read FSource write SetSource;

C++

__property TSourceCollection* Source = {read=FSource, write=SetSource};

Properties

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

Description

Reference to the TSourceCollection collection containing source multi-resolution bitmaps. These bitmaps are used to produce final images shown by the image list.

See Also