Unit 'JitHelper' Package
[Overview][Types][Classes][Index] [#lz_jitclasses]

TProcCallParamList

Declaration

Source position: jithelper.pas line 46

type TProcCallParamList = record

  Kind: TTypeKind;

  

  MethodKind: TMethodKind;

  

  CC: TCallConv;

  

  ResultType: PTypeInfo;

  

  ParamCount: Integer;

  

  Params: array of TProcCallParam;

  

end;



CT Web help

CodeTyphon Studio