TProcedureParam
Procedure parameter description
Declaration
Source position: typinfo.pp line 325
Type
TProcedureParam = packed record
private
  function GetParamType : PTypeInfo;
  function GetFlags : Byte;
public
  property ParamType : PTypeInfo;
  property Flags : Byte;
  ParamFlags : TParamFlags;
  ParamTypeRef : PPTypeInfo;
  Name : ShortString;
end
Description
TProcedureParam describes a single parameter to a procedure (or function).
See also
| Name | Description | 
|---|---|
| Byte | An unsigned 8-bits integer | 
| PTypeInfo | Pointer to TTypeInfo record | 
| TParamFlags | The kind of parameter for a method | 
| TTypeInfo | Type information record |