API:System.Win.ObjComAuto.TDispatchInfo

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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;
        };
    };
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto System.Win.ObjComAuto

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.