FMX.AddressBook.TAddressBookContact.Organization

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property System::UnicodeString Organization = {read=GetStringValue, write=SetStringValue, index=9};

Properties

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

Description

Specifies the company name where the contact person works.

See Also