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