FMX.Grid.TOnSetValue

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

Delphi

TOnSetValue = procedure(Sender: TObject; const ACol, ARow: Integer; const Value: System.Rtti.TValue) of object;

C++

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

プロパティ

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


説明

外部リポジトリに入れる Value を渡すために使用される、イベントのタイプ。

TOnSetValueOnSetValue イベント ハンドラのタイプで、グリッドのセルから取得された Value を外部リポジトリ(データベースやその他の独自のストアなど)に設定する際に使用されます。

関連項目