FMX.ImgList.TCustomSourceItem.Source

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Source: TSourceCollection read FSource;

C++

__property TSourceCollection* Source = {read=FSource};

Properties

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

Description

A reference to the source collection to which this TCustomSourceItem item belongs.

See Also