Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Web URL Parameters - Item Property

Panel
bgColor#2c3c4c

Provides access to a particular item in a collection

Member of Web URL Parameters (PRIM_WEB.URLParameters)

Data Type - PRIM_WEB.URLParameter - URL parameter

Parameters

Name

Type

Data Type

Description

Key

*Input

Unicode String

Key value of the item to be accessed

Details

Reference to an item in the collection accesible via the value supplied in the Index parameter.

Example

Accessing the third item in the collection via the Item property

     #Reference <= #sys_web.URLParameters.Item<3>


See also

All Component Classes

Technical Reference