FMX.ImgList.TLayer.Layers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Layers: TLayers read FLayers;

C++

__property TLayers* Layers = {read=FLayers};

Properties

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

Description

Represents the TLayers collection to which this layer belongs.

See Also