API:System.Win.ObjComAuto.TDispatchInfo
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;
};
};
};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
record struct |
public | System.Win.ObjComAuto.pas System.Win.ObjComAuto.hpp |
System.Win.ObjComAuto | System.Win.ObjComAuto |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !