System.Tether.Manager.TTetheringManagerInfoList

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TTetheringManagerInfoList = class(TList<TTetheringManagerInfo>);

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TTetheringManagerInfoList : public System::Generics::Collections::TList__1<TTetheringManagerInfo>

Properties

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

Description

List of instances of TTetheringManagerInfo.

See Also