API:System.TypInfo.TIntfMethodParamTail
Delphi
TIntfMethodParamTail = packed record
ParamType: PPTypeInfo;
AttrData: TAttrData; // not currently entered
end;
C++
struct DECLSPEC_DRECORD TIntfMethodParamTail
{
public:
PTypeInfo *ParamType;
TAttrData AttrData;
};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
record struct |
public | System.TypInfo.pas System.TypInfo.hpp |
System.TypInfo | System.TypInfo |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!