System.Tether.Manager.TTetheringAdapter.CreateInstance

From RAD Studio API Documentation
Revision as of 13:55, 31 March 2016 by AChaves (talk | contribs) (RS-75896)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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