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

TIntfMethodEntry.Param

Indexed access to parameter descriptions.

Declaration

Source position: typinfo.pp line 416

public property TIntfMethodEntry.Param[Index: Word] : PVmtMethodParam
  read GetParam;

Description

Param offers indexed access to the parameter descriptions. It returns the location of the Index-th parameter of the method. Index must be in the range 0 to ParamCount-1 (included).

See also

TIntfMethodEntry.ResultLocs

  

Result location descriptions.


Documentation generated on: Jul 24 2023