FMX.AddressBook.TAddressBookContact.RelatedNames

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RelatedNames: TContactRelatedNames index TContactField.RelatedNames read GetRelatedNames write SetRelatedNames;

C++

__property Fmx::Addressbook::Types::TContactRelatedNames* RelatedNames = {read=GetRelatedNames, write=SetRelatedNames, index=20};

Properties

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

Description

Specifies the contact related names.

This property contains a list of the contact related names (such as Mother, Sister, Partner or other) saved as a TContactRelatedNames object.

For more information, see TContactRelatedName and TLabelKind.

See Also