API:FMX.AddressBook.Types.TContactMessagingServices.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* {System_Generics_Collections}TObjectList<FMX_AddressBook_Types_TContactMessagingService>.Create */ inline __fastcall TContactMessagingServices()/* overload */ : System::Generics::Collections::TObjectList__1<TContactMessagingService*>() { }
/* {System_Generics_Collections}TObjectList<FMX_AddressBook_Types_TContactMessagingService>.Create */ inline __fastcall TContactMessagingServices(bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TContactMessagingService*>(AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<FMX_AddressBook_Types_TContactMessagingService>.Create */ inline __fastcall TContactMessagingServices(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TContactMessagingService*> > AComparer, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TContactMessagingService*>(AComparer, AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<FMX_AddressBook_Types_TContactMessagingService>.Create */ inline __fastcall TContactMessagingServices(System::Generics::Collections::TEnumerable__1<TContactMessagingService*>* const Collection, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TContactMessagingService*>(Collection, AOwnsObjects) { }
/* {System_Generics_Collections}TList<FMX_AddressBook_Types_TContactMessagingService>.Create */ inline __fastcall TContactMessagingServices(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TContactMessagingService*> > AComparer)/* overload */ : System::Generics::Collections::TObjectList__1<TContactMessagingService*>(AComparer) { }
/* {System_Generics_Collections}TList<FMX_AddressBook_Types_TContactMessagingService>.Create */ inline __fastcall TContactMessagingServices(System::Generics::Collections::TEnumerable__1<TContactMessagingService*>* const Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TContactMessagingService*>(Collection) { }
/* {System_Generics_Collections}TList<FMX_AddressBook_Types_TContactMessagingService>.Create */ inline __fastcall TContactMessagingServices(const System::DelphiInterface<System::IEnumerable__1<TContactMessagingService*> > Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TContactMessagingService*>(Collection) { }
/* {System_Generics_Collections}TList<FMX_AddressBook_Types_TContactMessagingService>.Create */ inline __fastcall TContactMessagingServices(TContactMessagingService* const *Values, const System::NativeInt Values_High)/* overload */ : System::Generics::Collections::TObjectList__1<TContactMessagingService*>(Values, Values_High) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public FMX.AddressBook.Types.hpp FMX.AddressBook.Types TContactMessagingServices

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.