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

Description

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

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

See Also