FMX.AddressBook.Types.TContactEmail.LabelText
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 | TContactEmail | 
Description
Specifies a text label for the contact email address.
You can use this property to mark this email address with your custom text labels.
However, consider the following limitations:
- If you set the LabelKind property to 
TContactEmail.TLabelKind.Home,TContactEmail.TLabelKind.WorkorTContactEmail.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 
TContactEmail.TLabelKind.Custom.