FMX.AddressBook.TAddressBookContact.FirstNamePhonetic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property System::UnicodeString FirstNamePhonetic = {read=GetStringValue, write=SetStringValue, index=6};

Properties

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

Description

Specifies the contact phonetic first name.

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


See Also