TIntfMethodEntry
Declaration
Source position: typinfo.pp line 381
Type
TIntfMethodEntry = packed record
private
function GetParam(Index: Word) : PVmtMethodParam;
function GetResultLocs : PParameterLocations;
function GetTail : Pointer;
function GetNext : PIntfMethodEntry;
function GetName : ShortString;
public
ResultType : PPTypeInfo;
CC : TCallConv;
Kind : TMethodKind;
ParamCount : Word;
StackSize : SizeInt;
NamePtr : PShortString;
property Name : ShortString;
property Param[Index: Word]: PVmtMethodParam;
property ResultLocs : PParameterLocations;
property Tail : Pointer;
property Next : PIntfMethodEntry;
end