API:FMX.AddressBook.Types.TContactMessagingServices.Create

From RAD Studio API Documentation
Jump to: navigation, search

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) { }

Properties

Type Visibility Source Unit Parent
constructor public FMX.AddressBook.Types.hpp FMX.AddressBook.Types TContactMessagingServices

Description

Embarcadero Technologies does not currently have any additional information.