FMX.Grid.TCustomGrid.CallbackGetValue

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

Beschreibung

Ordnet der Zelle von TCustomGrid eine Prozedur zu. Diese Prozedur wird beim Aktualisieren des Inhalts einer Zelle ausgelöst.

Siehe auch