FMX.Layouts.TGridPanelLayout.TRowItem

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TRowItem = class(TCellItem);

C++

class PASCALIMPLEMENTATION TRowItem : 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 TRowCollection-Kollektion.

TRowItem repräsentiert einen Zelleintrag in der TRowCollection-Kollektion des TGridPanelLayout-Gitterbereichs-Layouts.

Siehe auch