DK11 for Delphi | GisInternals.URLAddParameter | Enums | Fields | Methods | Types
Add parameter with to a provided URL. Markers '?' or '&' will be added if required.
// Delphi function URLAddParameter( const _url : String; const _param : String ) : String;
// C++ Builder extern DELPHI_PACKAGE UnicodeString URLAddParameter( const UnicodeString _url, const UnicodeString _param );
Name | Type | Description |
---|---|---|
_url | String | URL to be processed |
_param | String | parameter in a form 'param=value' |
Type | Description |
---|---|
String | Processed URL. |