API:FMX.AddressBook.Types.TContactSocialProfiles.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

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

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.