FMX.Grid.TGrid.OnGetValue
Delphi
property OnGetValue;
C++
__property OnGetValue;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.Grid.pas FMX.Grid.hpp |
FMX.Grid | TGrid |
Description
Occurs when the grid needs to retrieve a value from an external repository to use as the content of one of the cells in this grid.
FMX.Grid.TGrid.OnGetValue inherits from FMX.Grid.TCustomGrid.OnGetValue. All content below this line refers to FMX.Grid.TCustomGrid.OnGetValue.
Occurs when the grid needs to retrieve a value from an external repository to use as the content of one of the cells in this grid.
Write an OnGetValue event handler to take specific actions when you retrieve a value from an external repository to use as the content of one of the cells in this grid.