Method parameter description.
Source position: typinfo.pp line 377
type TVmtMethodParam = packed record |
||
public |
||
ParamType: PPTypeInfo; |
|
Reference to parameter type info. |
Flags: TParamFlags; |
|
Parameter flags. |
NamePtr: PShortString; |
|
Pointer to parameter name. |
ParaLocs: PParameterLocations; |
|
Pointer to parameter locations info. |
property Name: ShortString; [r] |
|
Parameter name. |
property Tail: Pointer; [r] |
|
Pointer to location after TVmtMethodParam data. |
property Next: PVmtMethodParam; [r] |
|
Pointer to the next TVmtMethodParam record. |
|
||
end; |
TVmtMethodParam describes the type and location of a parameter of a method.