FMX.AddressBook.TAddressBookContact.Organization

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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


Beschreibung

Gibt den Firmennamen an, in der die Kontaktperson arbeitet.

Siehe auch