API:Soap.IntfInfo.TIntfMethEntry
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;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | Soap.IntfInfo.pas Soap.IntfInfo.hpp |
Soap.IntfInfo | Soap.IntfInfo |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!