FMX.Controls.TStyleCollection.Items

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleCollection

Description

Lists the items of the collection.

Use items to access individual items in the collection. The value of the Index parameter corresponds to the Index property of TStyleCollectionItem. It represents the position of the item in the collection, starting from 0.

See Also