FMX.Grid.TCustomGrid.OnSetValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnSetValue: TOnSetValue read GetOnSetValue write SetOnSetValue;

C++

__property TOnSetValue OnSetValue = {read=GetOnSetValue, write=SetOnSetValue};

Properties

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

Description

Occurs when you need to pass a content of one of the cells in this grid as a value to an external repository.

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

See Also