FMX.AddressBook.TAddressBookContact.Prefix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property System::UnicodeString Prefix = {read=GetStringValue, write=SetStringValue, index=3};

Properties

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

Description

Specifies the prefix of the contact name.

Use this property to get or set the prefix of the contact name, such as Dr, Mr, etc.

See Also