FMX.Grid.TStringGridModel.DoGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the value of the cell located at the specified column number and row number.

The model calls DoGetValue when a value must be retrieved from the underlying data source.

See Also