FMX.Layouts.TGridPanelLayout.TControlCollection.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlCollection


Beschreibung

Das Array mit TControlItem-Steuerelementeinträgen in der TControlCollection-Steuerelementkollektion.

Siehe auch