Unit 'TypInfo' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#rtl]

TParameterLocations

Array of method parameter location descriptions

Declaration

Source position: typinfo.pp line 171

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;

Description

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:

See also

PParameterLocations

  

Pointer to TParameterLocations record

TParameterLocation

  

Describe a method argument (parameter) location


Documentation generated on: Sep 29 2022