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

TParameterLocations.Location

Indexed access to the various parameter location descriptors.

Declaration

Source position: typinfo.pp line 190

public property TParameterLocations.Location[Index: Byte] : PParameterLocation
  read GetLocation;

Description

Location offers indexed access to the various TParameterLocation records that make up a method's parameters description. Note that it returns a pointer to the actual record, not a copy of the record.

See also

PParameterLocations

  

Pointer to TParameterLocations record.

TParameterLocation

  

Describe a method argument (parameter) location.

PParameterLocation

  

Pointer to TParameterLocation.


Documentation generated on: Jul 24 2023