FMX.Grid.TCustomGrid.OnGetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnGetValue: TOnGetValue read FOnGetValue write FOnGetValue;

C++

__property TOnGetValue OnGetValue = {read=FOnGetValue, write=FOnGetValue};

Properties

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

Description

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