API:FMX.Grid.TGrid.OnGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetValue: TOnGetValue read GetOnGetValue write SetOnGetValue;

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.

See Also