FMX.Grid.TOnCallbackGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOnCallbackGetValue = procedure(Sender: TObject; const ACol, ARow: Integer; ACallback: TProc<System.Rtti.TValue>)

C++

typedef void __fastcall (__closure *TOnCallbackGetValue)(System::TObject* Sender, const int ACol, const int ARow, System::DelphiInterface<System::Sysutils::TProc__1<System::Rtti::TValue> > ACallback);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Description

Embarcadero Technologies does not currently have any additional information.