| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Procedure parameter description
Source position: typinfo.pp line 289
type TProcedureParam = packed record  | 
||
public  | 
||
  | 
Type information for this parameter  | 
|
  | 
Flags for this parameter (see TParamFlags)  | 
|
ParamFlags: TParamFlags;  | 
||
ParamTypeRef: PPTypeInfo;  | 
||
Name: ShortString;  | 
  | 
Parameter name as in declaration.  | 
  | 
||
end;  | 
TProcedureParam describes a single parameter to a procedure (or function).