FMX.AddressBook.TAddressBookContact.Department

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Specifies the department to which the contact belongs.


See Also