API:FMX.AddressBook.Types.TContactURLs.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* {System_Generics_Collections}TObjectList<FMX_AddressBook_Types_TContactURL>.Create */ inline __fastcall TContactURLs(bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TContactURL*>(AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<FMX_AddressBook_Types_TContactURL>.Create */ inline __fastcall TContactURLs(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TContactURL*> > AComparer, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TContactURL*>(AComparer, AOwnsObjects) { }
/* {System_Generics_Collections}TObjectList<FMX_AddressBook_Types_TContactURL>.Create */ inline __fastcall TContactURLs(System::Generics::Collections::TEnumerable__1<TContactURL*>* const Collection, bool AOwnsObjects)/* overload */ : System::Generics::Collections::TObjectList__1<TContactURL*>(Collection, AOwnsObjects) { }
/* {System_Generics_Collections}TList<FMX_AddressBook_Types_TContactURL>.Create */ inline __fastcall TContactURLs(void)/* overload */ : System::Generics::Collections::TObjectList__1<TContactURL*>() { }
/* {System_Generics_Collections}TList<FMX_AddressBook_Types_TContactURL>.Create */ inline __fastcall TContactURLs(const System::DelphiInterface<System::Generics::Defaults::IComparer__1<TContactURL*> > AComparer)/* overload */ : System::Generics::Collections::TObjectList__1<TContactURL*>(AComparer) { }
/* {System_Generics_Collections}TList<FMX_AddressBook_Types_TContactURL>.Create */ inline __fastcall TContactURLs(System::Generics::Collections::TEnumerable__1<TContactURL*>* const Collection)/* overload */ : System::Generics::Collections::TObjectList__1<TContactURL*>(Collection) { }

Properties

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

Description

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