API:FMX.AddressBook.Types.TContactPhones.Create

From RAD Studio API Documentation
Jump to: navigation, search

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()/* 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) { }

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.