FMX.Grid.TStringGrid.SetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetValue(Col, Row: Integer; const Value: TValue); override;

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 TStringGrid

Description

Sets the value of the cell given through Col and Row.

FMX.Grid.TStringGrid.SetValue inherits from FMX.Grid.TCustomGrid.SetValue. All content below this line refers to FMX.Grid.TCustomGrid.SetValue.

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.

See Also