FMX.AddressBook.Types.TContactURLs.AddURL

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddURL(const AKind: TContactURL.TLabelKind; const AURL: string): TContactURL; overload;
function AddURL(const ALabel: string; const AURL: string): TContactURL; overload;

C++

TContactURL* __fastcall AddURL(const TContactURL::TLabelKind AKind, const System::UnicodeString AURL)/* overload */;
TContactURL* __fastcall AddURL(const System::UnicodeString ALabel, const System::UnicodeString AURL)/* overload */;

Properties

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

Description

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