FMX.Grid.TOnGetValue

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

Delphi

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

C++

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

プロパティ

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


説明

グリッドのセルの 1 つで使用する外部コンテンツを取得する際に使用されるイベントのタイプ。

TOnGetValue は、OnGetValue イベント ハンドラのタイプで、グリッドのセルの 1 つで使用するために、外部コンテンツから Value を取得するために使用されます。

関連項目