FMX.ImgList.TImageList.Source

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Source;

C++

__property Source;

Properties

Type Visibility Source Unit Parent
property published
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TImageList

Description

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

FMX.ImgList.TImageList.Source inherits from FMX.ImgList.TCustomImageList.Source. All content below this line refers to FMX.ImgList.TCustomImageList.Source.

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