FMX.Layouts.TGridPanelLayout.TColumnItem

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TColumnItem = class(TCellItem);

C++

class PASCALIMPLEMENTATION TColumnItem : public TGridPanelLayout::TCellItem

Eigenschaften

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

Beschreibung

Repräsentiert einen Zelleintrag in einer TColumnCollection-Kollektion.

TColumnItem repräsentiert eine Zelle in der TColumnCollection-Kollektion des TGridPanelLayout-Gitterbereichs-Layouts.

Siehe auch