FMX.Grid.TGridValues.InsertRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure InsertRow(const ARow: Integer); inline;

C++

void __fastcall InsertRow(const int ARow);

Properties

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

Description

Inserts a row with the specified row number.

See Also