FMX.Layouts.TGridPanelLayout.TRowCollection.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TRowItem;

C++

HIDESBASE TGridPanelLayout::TRowItem* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TRowCollection

Description

Adds a new row item to the grid panel layout.

Add returns the created TRowItem row item.

See Also