API:FMX.Layouts.TGridPanelLayout.TRowItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRowItem = class(TCellItem);

C++

class PASCALIMPLEMENTATION TRowItem : public TGridPanelLayout::TCellItem

Properties

Type Visibility Source Unit Parent
class public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TGridPanelLayout

Description

Represents an item in a TCellCollection.

FMX.Layouts.TGridPanelLayout.TRowItem inherits from FMX.Layouts.TGridPanelLayout.TCellItem. All content below this line refers to FMX.Layouts.TGridPanelLayout.TCellItem.

Represents an item in a TCellCollection.

The TCellItem class represents a cell on a TGridPanelLayout grid panel layout.

See Also