FMX.Grid.TCustomGrid.GetValue
Delphi
function GetValue(Col, Row: Integer): TValue; virtual;
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 | TCustomGrid |
Description
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.