API:FMX.Grid.TGrid.OnSetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSetValue: TOnSetValue read FOnSetValue write FOnSetValue;

C++

__property OnSetValue;

Properties

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

Description

Occurs immediately when you set a new value as the content of one of the cells in this grid.

FMX.Grid.TGrid.OnSetValue inherits from FMX.Grid.TCustomGrid.OnSetValue. All content below this line refers to FMX.Grid.TCustomGrid.OnSetValue.

Occurs immediately when you set a new value as the content of one of the cells in this grid.

Write an OnSetValue event handler to take specific actions when you set a new value as the content of one of the cells in this grid.

See Also