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 a row item in a TRowCollection collection.

TRowItem represents a row item in the TRowCollection collection of the grid panel layout TGridPanelLayout.

See Also