FMX.AddressBook.TAddressBookContact.Suffix

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property System::UnicodeString Suffix = {read=GetStringValue, write=SetStringValue, index=4};

Properties

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

Description

Specifies the suffix of the contact name.

Use this property to specify the contact suffix, such as Jr, III, etc.

See Also