FMX.AddressBook.TAddressBookContact.Suffix

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TAddressBookContact


Beschreibung

Gibt das Suffix des Kontaktnamens an.

Mit dieser Eigenschaft geben Sie das Kontakt-Suffix an, wie Jr., III, usw.

Siehe auch