FMX.ImgList.TSourceCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Array of source items in this source collection.

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

See Also