FMX.AddressBook.TAddressBookContact.MiddleNamePhonetic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property System::UnicodeString MiddleNamePhonetic = {read=GetStringValue, write=SetStringValue, index=8};

Properties

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

Description

Specifies the contact phonetic middle name.

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


See Also