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

Description

Specifies a text label for the contact date.

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

However, consider the following limitations:

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

See Also