API:FMX.Layouts.TGridPanelLayout.TRowCollection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TRowCollection = class(TCellCollection)

C++

class PASCALIMPLEMENTATION TRowCollection : public TGridPanelLayout::TCellCollection

Properties

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

Description

A collection of TCellItem objects.

FMX.Layouts.TGridPanelLayout.TRowCollection inherits from FMX.Layouts.TGridPanelLayout.TCellCollection. All content below this line refers to FMX.Layouts.TGridPanelLayout.TCellCollection.

A collection of TCellItem objects.

Use TCellCollection to represent all the cell items in a TGridPanelLayout grid panel layout.

See Also