FMX.ImgList.TLayers.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Items[Index: Integer]: TLayer read GetItem write SetItem; default;

C++

__property TLayer* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Properties

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

Description

Array of layers in the TLayers collection.

Use Items to access an individual layer in the TLayers collection. The value of the Index parameter corresponds to the Index property of TCollectionItem. It represents the position of the layer in the TLayers collection.

See Also