System.Variants.TVarDispProc

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

Delphi

TVarDispProc = procedure (Dest: PVariant; const Source: Variant;
CallDesc: PCallDesc; Params: Pointer); cdecl;

C++

typedef void __cdecl (*TVarDispProc)(System::PVariant Dest, const System::Variant &Source, System::PCallDesc CallDesc, void * Params);

プロパティ

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

説明

TVarDispProc は、IDispatch ベースのオートメーションをサポートするために使われるプロシージャへのポインタです。

Delphi では、TVarDispProc は、Variant に割り当てられたインターフェイスのメソッドを実行(またはプロパティにアクセス)するために呼び出されるルーチンを指します。TVarDispProc は、バリアントの値がインターフェイスの場合に、そのバリアントがどのようにしてメソッドを実行するかを制御するために、Variants ユニットで使用されます。

関連項目