System.Net.URLClient.TURI.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AURIStr: string);

C++

__fastcall TURI(const System::UnicodeString AURIStr);
TURI() {}

Properties

Type Visibility Source Unit Parent
constructor public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURI

Description

Creates an instance of TURI from the provided URI String.

Exceptions

A call to TURI.Create may raise the following exception:

Exception Exception.Message Scenarios

ENetURIException

Invalid URL: <URL>

  • The URI String that you provided is not a valid URL.

See Also