API:System.Messaging.TMessageManager.TListenerList.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* {System_Generics_Collections}TList<System_Messaging_TMessageManager_TListenerWithId>.Create */ inline __fastcall TListenerList(void)/* overload */ : System::Generics::Collections::TList__1<TMessageManager::TListenerWithId>() { }
/* {System_Generics_Collections}TList<System_Messaging_TMessageManager_TListenerWithId>.Create */ inline __fastcall TListenerList(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TMessageManager::TListenerWithId> > AComparer)/* overload */ : System::Generics::Collections::TList__1<TMessageManager::TListenerWithId>(AComparer) { }
/* {System_Generics_Collections}TList<System_Messaging_TMessageManager_TListenerWithId>.Create */ inline __fastcall TListenerList(System::Generics::Collections::TEnumerable__1<TMessageManager::TListenerWithId>* const Collection)/* overload */ : System::Generics::Collections::TList__1<TMessageManager::TListenerWithId>(Collection) { }

Properties

Type Visibility Source Unit Parent
constructor public System.Messaging.hpp System.Messaging TListenerList

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!