Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TVmtMethodParam

Declaration

Source position: typinfo.pp line 361

type TVmtMethodParam = packed record

public

  ParamType: PPTypeInfo;

  Flags: TParamFlags;

  NamePtr: PShortString;

  ParaLocs: PParameterLocations;

  property Name: ShortString; [r]

  property Tail: Pointer; [r]

  property Next: PVmtMethodParam; [r]

end;


Documentation generated on: Jun 15 2021