API:FMX.AddressBook.Types.TContactRelatedNames.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.