FMX.AddressBook.Types.TContactAddress.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 TContactAddress

Description

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

You can set this property to a value from the TContactAddress.TLabelKind enumeration to mark this address as a home address, a business address, or an 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 address label, the label is converted to TContactAddress.TLabelKind.Custom.

See Also