Procedure parameter description
Source position: typinfo.pp line 325
type TProcedureParam = packed record |
||
public |
||
|
Type information for this parameter |
|
|
Flags for this parameter (see TParamFlags) |
|
ParamFlags: TParamFlags; |
|
Parameter flags. |
ParamTypeRef: PPTypeInfo; |
|
Type information for parameter. |
Name: ShortString; |
|
Parameter name as in declaration. |
|
||
end; |
TProcedureParam describes a single parameter to a procedure (or function).