[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'typinfo' (#rtl)

TParamFlags

The kind of parameter for a method

Declaration

Source position: typinfo.pp line 48

type TParamFlags = set of (

  pfVar,

  pfConst,

  pfArray,

  pfAddress,

  pfReference,

  pfOut

);