FMX.AddressBook.TAddressBookContact.Note

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property System::UnicodeString Note = {read=GetStringValue, write=SetStringValue, index=14};

Properties

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

Description

Specifies a custom note.

Use this property for an optional note about this contact.

See Also