FMX.Grid.TStringGridModel.DoSetValue
Delphi
procedure DoSetValue(Col, Row: Integer; const Value: TValue); override;
C++
virtual void __fastcall DoSetValue(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 | TStringGridModel |
Description
Updates the value of the cell at the specified column number and row number in the underlying data source to the specified value.