FMX.Grid.TCustomGrid.SetValue
Delphi
procedure SetValue(Col, Row: Integer; const Value: TValue); virtual;
C++
virtual void __fastcall SetValue(int Col, int Row, const System::Rtti::TValue &Value);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Sets the value of the cell given through Col and Row.
The SetValue method sets the value of the cell given through Col and Row to the Variant given through the Value parameter.