FMX.AddressBook.Types.TContactPhone.LabelText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LabelText: string read GetLabelText write SetLabelText;

C++

__property System::UnicodeString LabelText = {read=GetLabelText, write=SetLabelText};

Properties

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

Description

Specifies a text label for the contact phone.

You can use this property to mark this phone number with your custom text labels.

However, consider the following limitations:

  • If you set the LabelKind property to any value except TContactPhone.TLabelKind.Custom, such as TContactPhone.TLabelKind.Home, TContactPhone.TLabelKind.Mobile, or other value, this property is automatically set to "Home", "Mobile" or other appropriate string, respectively.
  • If you set LabelText to any custom string, the LabelKind property is automatically set to TContactPhone.TLabelKind.Custom.

See Also