FMX.Grid.TGridValues.RemoveRow

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveRow(const ARow: Integer; const OnlyClear: Boolean); inline;

C++

void __fastcall RemoveRow(const int ARow, const bool OnlyClear);

Properties

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

Description

Clears the values of the row with the specified row number if OnlyClear is True, or completely removes that row if OnlyClear is False.

See Also