help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[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 49

type TParamFlags = set of (

  pfVar,

  

Parameter is a var parameter (passed by reference)

  pfConst,

  

Parameter is a const parameter (i.e. cannot be modified)

  pfArray,

  

Parameter is an array parameter

  pfAddress,

  

Parameter is passed by address

  pfReference,

  

Parameter is passed by reference

  pfOut

  

Parameter is a string parameter

);

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505