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

Used by the Collection Editor for rows within a grid panel layout.

In the Object Inspector select the RowCollection property and click on the ellipsis button. The Collection Editor opens with the selected TRowCollection collection.

See Also