System.Tether.Manager.TTetheringAdapters

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTTetheringAdapters

Delphi

TTetheringAdapters = class

Properties

Type Visibility Source Unit Parent
class public System.Tether.Manager.pas System.Tether.Manager System.Tether.Manager

Description

Class of static methods that keeps track of adapter classes that managers can use.

Managers automatically use adapters registered in TTetheringAdapters. You only need to interact with TTetheringAdapters to register or unregister adapters.

The Adapters property provides an array of registered adapter types. To create an instance of an adapter type, call GetAdapterInstance with the target adapter type.

See Also