FMX.AddressBook.Types.TContactEmail.LabelKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LabelKind: TLabelKind read FLabelKind write SetLabelKind;

C++

__property TLabelKind LabelKind = {read=FLabelKind, write=SetLabelKind, nodefault};

Properties

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

Description

Specifies a label that identifies the type of the contact mail address.

You can set this property to a value from the TContactEmail.TLabelKind enumeration to mark this email address as a home mail, a business mail, or an email address of other type. To know the label types that are supported for the current platform, use the SupportedLabelKinds method.

Note: If the current platform does not support the specified type of the email address label, the label is converted to TContactEmail.TLabelKind.Custom.

See Also