System.Net.URLClient.TURI.Path

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Path: string read FPath write SetPath;

C++

__property System::UnicodeString Path = {read=FPath, write=SetPath};

Properties

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

Description

Path of the URI.

The Path data field is the path part of the URI.

See Also