API:FMX.AddressBook.Types.TContactPhones.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

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

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.