FMX.Grid.TOnSetValue

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Type of events used when setting the new contents for one of the cells in a grid.

TOnSetValue is the OnSetValue event's type, used when setting the new contents for one of the cells in a grid.

See Also