FMX.ImgList.TDestinationCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

The array of destination items in this destination collection.

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

See Also