FMX.AddressBook.Types.TContactRelatedNames.AddRelatedName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function AddRelatedName(const AKind: TContactRelatedName.TLabelKind; const AName: string): TContactRelatedName; overload;
function AddRelatedName(const ALabel: string; const AName: string): TContactRelatedName; overload;

C++

TContactRelatedName* __fastcall AddRelatedName(const TContactRelatedName::TLabelKind AKind, const System::UnicodeString AName)/* overload */;
TContactRelatedName* __fastcall AddRelatedName(const System::UnicodeString ALabel, const System::UnicodeString AName)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.AddressBook.Types.pas
FMX.AddressBook.Types.hpp
FMX.AddressBook.Types TContactRelatedNames

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.