URL Shell Properties

URL property accessors are defined when there is a current URL.

Shell.Params()

Variant& containing Dictionary (read-only). Provides values sent in the URL as name-value pairs.

Shell.URLProtocol()

Variant& containing string (read-only). Returns http or https.

Shell.URLServer()

Variant& containing string (read-only). Returns the server name for the current URL.

Shell.URLPort()

Variant& containing string (read-only). Returns the TCP/IP port for the current URL (often omitted, defaults to 80).

Shell.URLPath()

Variant& containing string (read-only). Returns /tmtrack/tmtrack.dll.

Shell.URLQuery()

Variant& containing string (read-only). Returns ScriptPage&ScriptName=myScript.

Related Topics

Shell Property Descriptions

Shell Properties by Context