API:FMX.Layouts.TGridPanelLayout.TColumnCollection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TColumnCollection = class(TCellCollection)

C++

class PASCALIMPLEMENTATION TColumnCollection : public TGridPanelLayout::TCellCollection

Eigenschaften

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

Beschreibung

Eine Kollektion von TCellItem-Objekten.

FMX.Layouts.TGridPanelLayout.TColumnCollection erbt von FMX.Layouts.TGridPanelLayout.TCellCollection. Der folgende Inhalt bezieht sich auf FMX.Layouts.TGridPanelLayout.TCellCollection.

Eine Kollektion von TCellItem-Objekten.

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

Siehe auch