System.Win.ObjComAuto.TDispatchInfo

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

Delphi

TDispatchInfo = record

C++

struct DECLSPEC_DRECORD TDispatchInfo
{
public:
    System::TObject* Instance;
public:
    TDispatchKind Kind;
    union
    {
        struct
        {
            int Index;
        };
        struct
        {
            System::Typinfo::TPropInfo *PropInfo;
        };
        struct
        {
            System::Objauto::TMethodInfoHeader *MethodInfo;
        };
    };
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto System.Win.ObjComAuto

説明

内部的に使用するためのものです。

TDispatchInfo を直接使用しないでください。

関連項目