FMX.Grid.TGridValues.RemoveCells

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveCells(const Index: Integer; const ByRow, OnlyClear: Boolean);

C++

void __fastcall RemoveCells(const int Index, const bool ByRow, const bool OnlyClear);

Properties

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

Description

Removes all grid values in a given column or row.

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

OnlyClear determines whether RemoveCells clears the values only (True) or completely removes the column or row.

See Also