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

Description

Specifies a contact address label.

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

However, consider the following limitations:

  • If you set the LabelKind property to TContactAddress.TLabelKind.Home, TContactAddress.TLabelKind.Work or TContactAddress.TLabelKind.Other, this property is automatically set to "Home", "Work" or "Other", respectively.
  • If you set LabelText to any custom value, the LabelKind property is automatically set to TContactAddress.TLabelKind.Custom.

See Also