FMX.Grid.TGridValues.RemoveCells

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridValues


Beschreibung

Entfernt alle Gitterwerte einer angegebenen Spalte oder Zeile.

ByRow legt fest, ob Index eine Spaltennummer (ByRow ist False) oder eine Zeilennummer (ByRow ist True) angibt.

OnlyClear legt fest, ob RemoveCells nur die Werte löscht (True), oder die Spalte oder Zeile vollständig entfernt.

Siehe auch