record TDecodedUrl
Unit
internetaccess
Declaration
type TDecodedUrl = record
Description
A record storing a decoded url.
Use decodeUrl to create it. It only splits the string into parts, so parts that are url encoded (username, password, path, params, linktarget) will still be url encoded. path, params, linktarget include their delimiter, so an empty string denotes the absence of these parts.
Overview
Fields
Methods
Description
Fields
Methods
procedure prepareSelfForRequest(const lastConnectedURL: TDecodedUrl); |
|
Generated by PasDoc 0.14.0.
|