FMX.Layouts.TGridPanelLayout.TCellCollection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCellCollection = class(TOwnedCollection)

C++

class PASCALIMPLEMENTATION TCellCollection : public System::Classes::TOwnedCollection

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridPanelLayout

Beschreibung

Eine Kollektion von TCellItem-Objekten.

TCellCollection repräsentiert alle Zelleinträge in einem TGridPanelLayout-Gitterbereichs-Layout.

Siehe auch