System.Tether.Manager.TTetheringAdapter.CreateInstance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CreateInstance: TTetheringAdapter; virtual; abstract;

C++

virtual __classmethod TTetheringAdapter* __fastcall CreateInstance() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringAdapter

Description

Creates an instance of this adapter class and returns it.

See Also