FMX.AddressBook.TAddressBookContact.DisplayName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DisplayName: string read GetDisplayName;

C++

__property System::UnicodeString DisplayName = {read=GetDisplayName};

Properties

Type Visibility Source Unit Parent
property public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TAddressBookContact

Description

Read-only. Returns the contact display name.

Use this property to get the contact display name.

DisplayName is normally the concatenation of the contact first name and last name. However, when both the first name and last name are empty, this property returns the following values:

  • The contact work email address (on Android)
  • The contact organization (on iOS)


See Also