FMX.AddressBook.TAddressBookContact.NickName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__property System::UnicodeString NickName = {read=GetStringValue, write=SetStringValue, index=5};

Eigenschaften

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


Beschreibung

Gibt den Spitznamen des Kontakts an.

Siehe auch