FMX.Grid.TCustomGrid.OnGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetValue: TOnGetValue read GetOnGetValue write SetOnGetValue;

C++

__property TOnGetValue OnGetValue = {read=GetOnGetValue, write=SetOnGetValue};

Properties

Type Visibility Source Unit Parent
event public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TCustomGrid

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.

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