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

TVmtMethodParam

Method parameter description.

Declaration

Source position: typinfo.pp line 371

type TVmtMethodParam = packed record

public

  ParamType: PPTypeInfo;

  

Reference to parameter type info.

  Flags: TParamFlags;

  

Parameter flags.

  NamePtr: PShortString;

  

Pointer to parameter name.

  ParaLocs: PParameterLocations;

  

Pointer to parameter locations info.

  property Name: ShortString; [r]

  

Parameter name.

  property Tail: Pointer; [r]

  

Pointer to location after TVmtMethodParam data.

  property Next: PVmtMethodParam; [r]

  

Pointer to the next TVmtMethodParam record.

end;

Description

TVmtMethodParam describes the type and location of a parameter of a method.


Documentation generated on: Jul 24 2023