API:FMX.AddressBook.Types.TContactRelatedNames.AddRelatedName

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!