FMX.Grid.TCustomGrid.OnCallbackGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnCallbackGetValue: TOnCallbackGetValue read GetOnCallbackGetValue write SetOnCallbackGetValue;

C++

__property TOnCallbackGetValue OnCallbackGetValue = {read=GetOnCallbackGetValue, write=SetOnCallbackGetValue};

Properties

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

Description

Occurs immediately when you update the contents of one of the cells in this grid.

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

See Also