FMX.Grid.TOnSetValue

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnSetValue)(System::TObject* Sender, const int ACol, const int ARow, const System::Rtti::TValue &Value);

Properties

Type Visibility Source Unit Parent
typedef public FMX.Grid.hpp FMX.Grid FMX.Grid

Description

Type of a event used to pass a Value to assign in an external repository.

TOnSetValue is the type of OnSetValue event handlers, used when setting a Value retrieved from a cell in a grid to an external repository like a database or other custom store.

See Also