API:Soap.IntfInfo.TIntfMethEntry

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TIntfMethEntry = record
    Name: string;
    CC: TCallConv;              { Calling convention }
    Pos: Integer;               { Index (relative to whole interface VMT) }
    ParamCount: Integer;
    ResultInfo: PTypeInfo;
    SelfInfo: PTypeInfo;
    Params: TIntfParamEntryArray;
    HasRTTI: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TIntfMethEntry
{
public:
    System::UnicodeString Name;
    System::Typinfo::TCallConv CC;
    int Pos;
    int ParamCount;
    System::Typinfo::TTypeInfo *ResultInfo;
    System::Typinfo::TTypeInfo *SelfInfo;
    TIntfParamEntryArray Params;
    bool HasRTTI;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Soap.IntfInfo.pas
Soap.IntfInfo.hpp
Soap.IntfInfo Soap.IntfInfo

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 !