API: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::PPropInfo PropInfo;
        };
        struct
        {
            System::Objauto::PMethodInfoHeader MethodInfo;
        };
    };
};

プロパティ

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

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。