FMX.Grid.TCustomGrid.CallbackGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CallbackGetValue(Col, Row: Integer; ACallback: TProc<TValue>); virtual;

C++

virtual void __fastcall CallbackGetValue(int Col, int Row, System::DelphiInterface<System::Sysutils::TProc__1<System::Rtti::TValue> > ACallback);

Properties

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

Description

Attaches a procedure to the cell of the TCustomGrid. This procedure occurs on the update of the content of a cell.

See Also