Array of method parameter location descriptions.
Source position: typinfo.pp line 187
| type TParameterLocations = packed record | ||
| public | ||
| Count: Byte; | 
 | Parameter count. | 
| property Location []: PParameterLocation; [r] | 
 | Indexed access to the various parameter location descriptors. | 
| property Tail: Pointer; [r] | 
 | Memory location after parameter data. | 
| 
 | ||
| end; | 
TParameterLocations is used by RTTI to describe the array of locations of method parameters (arguments) when arguments are passed to a method call. It describes the memory layout of the actual RTTI data. It offers the following fields and properties:
| 
 | Pointer to TParameterLocations record. | |
| 
 | Describe a method argument (parameter) location. |