FMX.Layouts.TGridPanelLayout.TCellCollection.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Array mit den TCellItem-Zelleinträgen in dem Zellkollektionsobjekt.

Siehe auch