FMX.Grid.TGridValues.InsertCells
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.