System.Net.URLClient.TURLClient.CreateInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateInstance: TURLClient; virtual;

C++

__classmethod virtual TURLClient* __fastcall CreateInstance();

Properties

Type Visibility Source Unit Parent
function protected
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLClient

Description

Creates an instance of TURLClient

The CreateInstance class function creates an instance of TURLClient.

See Also