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

Description

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

You can set this property to a value from the TContactDate.TLabelKind enumeration to mark this date as a birthday, an anniversary, or a date 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 label, the label is converted to TContactDate.TLabelKind.Custom.

See Also