FMX.Grid.TOnGetValue

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef void __fastcall (__closure *TOnGetValue)(System::TObject* Sender, const int ACol, const int ARow, 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 external content to use in one of the cells in a grid.

TOnGetValue is the type of OnGetValue event handlers, used when retrieving a Value, from an external repository, to be used as a content of one of the cells in a grid.

See Also