FMX.Grid.TGridValues.InsertCells

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InsertCells(const Index: Integer; const ByRow: Boolean);

C++

void __fastcall InsertCells(const int Index, const bool ByRow);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues

Description

Inserts a column or row.

ByRow determines whether Index indicates a column number (ByRow is False) or a row number (ByRow is True).

See Also