FMX.Grid.TCustomGrid.OnSetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSetValue: TOnSetValue read FOnSetValue write FOnSetValue;

C++

__property TOnSetValue OnSetValue = {read=FOnSetValue, write=FOnSetValue};

Properties

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

Description

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