FMX.Grid.TStringGrid.GetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetValue(Col, Row: Integer): TValue; override;

C++

virtual System::Rtti::TValue __fastcall GetValue(int Col, int Row);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TStringGrid

Description

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

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

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

The GetValue method returns the value of the cell given through Col and Row. If the cell does not exist, GetValue returns a NULL Variant.

See Also