FMX.Grid.TOnGetValue

提供: RAD Studio API Documentation
移動先: 案内検索

C++

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

プロパティ

種類 可視性 ソース ユニット
typedef public FMX.Grid.hpp FMX.Grid FMX.Grid

説明

グリッド内の 1 つのセルの内容が取得される際に使われるイベントの型です。


TOnGetValue は、OnGetValue イベントの型で、グリッド内の 1 つのセルの内容が取得される際に使われます。

関連項目