FMX.Grid.TOnGetValue

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnGetValue)(System::TObject* Sender, const int Col, const int Row, 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 getting the contents of one of the cells in a grid.

TOnGetValue is the OnGetValue event's type, used when retrieving the contents of one of the cells in a grid.

See Also