FMX.AddressBook.TAddressBookContact.LastNamePhonetic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LastNamePhonetic: string index TContactField.LastNamePhonetic read GetStringValue write SetStringValue;

C++

__property System::UnicodeString LastNamePhonetic = {read=GetStringValue, write=SetStringValue, index=7};

Properties

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

Description

Specifies the contact phonetic last name.

Use this property to spell the last name as it sounds.


See Also