System.Net.HttpClientComponent.TNetHTTPRequest.URL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property URL: string read GetURL write SetURL;

C++

__property System::UnicodeString URL = {read=GetURL, write=SetURL};

Properties

Type Visibility Source Unit Parent
property published
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPRequest

Description

URL to be accessed.

See Also