FMX.Grid.TOnSetValue

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

C++

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

プロパティ

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

説明

グリッド内の 1 つのセルに新しい内容が設定される際に使われるイベントの型です。


TOnSetValue は、OnSetValue イベントの型で、グリッド内の 1 つのセルに新しい内容が設定される際に使われます。

関連項目