FMX.AddressBook.Types.TContactDate.LabelText
Delphi
property LabelText: string read GetLabelText write SetLabelText;
C++
__property System::UnicodeString LabelText = {read=GetLabelText, write=SetLabelText};
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| property | public | FMX.AddressBook.Types.pas FMX.AddressBook.Types.hpp |
FMX.AddressBook.Types | TContactDate |
Description
Spécifie un libellé pour la date de contact.
Vous pouvez utiliser cette propriété pour marquer cette date avec vos libellés personnalisés.
Cependant, prenez en compte les limitations suivantes :
- Si vous définisez la propriété LabelKind sur une valeur autre que
TContactDate.TLabelKind.Custom, telle queTContactDate.TLabelKind.Birthday,TContactDate.TLabelKind.Anniversary, ou autre, cette propriété est automatiquement définie sur "Birthday", "Anniversary", respectivement autre chaîne appropriée. - Si vous définissez LabelText sur toute chaîne personnalisée, la propriété LabelKind est automatiquement définie sur
TContactDate.TLabelKind.Custom.