DK11 for Delphi | GisInternals.URLGetParameters | Enums | Fields | Methods | Types
Get list of all parameters of the query part of the URL.
// Delphi function URLGetParameters( const _url : String ) : TGIS_StringList;
// C++ Builder extern DELPHI_PACKAGE TGIS_StringList* URLGetParameters( const UnicodeString _url );
Name | Type | Description |
---|---|---|
_url | String | URL to be processed |
Type | Description |
---|---|
TGIS_StringList | List of all parameters of the query part of the URL. |