FMX.Grid.TGridValues.InsertCells

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Fügt eine Spalte oder eine Zeile ein.

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

Siehe auch