API:FMX.Grid.TGrid.OnGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetValue: TOnGetValue read FOnGetValue write FOnGetValue;

C++

__property OnGetValue;

Properties

Type Visibility Source Unit Parent
event published
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGrid

Description

Occurs immediately when you retrieve the contents 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 immediately when you retrieve the contents of one of the cells in this grid.

Write an OnGetValue event handler to take specific actions when you retrieve the contents of one of the cells in this grid.

See Also