FMX.AddressBook.TAddressBookContact.Department

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

__property System::UnicodeString Department = {read=GetStringValue, write=SetStringValue, index=11};

Eigenschaften

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


Beschreibung

Gibt die Abteilung an, zu dem der Kontakt gehört.


Siehe auch