FMX.Grid.TCustomGrid.CallbackGetValue
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);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TCustomGrid |
Description
Attache une procédure à la cellule de TCustomGrid. Cette procédure a lieu lors d'une actualisation du contenu d'une cellule.