API:FMX.AddressBook.Types.TContactURLs.Create
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) { }
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| constructor | public | FMX.AddressBook.Types.hpp | FMX.AddressBook.Types | TContactURLs |
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.