FMX.ImgList.TLayers.DestinationItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DestinationItem: TCustomDestinationItem read FDestinationItem;

C++

__property TCustomDestinationItem* DestinationItem = {read=FDestinationItem};

Properties

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

Description

The owner of this TLayers collection.

The TCustomDestinationItem owner is specified in the Create constructor of this TLayers collection.

See Also