FMX.AddressBook.TAddressBookContact.Birthday

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Birthday: TDateTime index TContactField.Birthday read GetDateTimeValue write SetDateTimeValue;

C++

__property System::TDateTime Birthday = {read=GetDateTimeValue, write=SetDateTimeValue, index=22};

Properties

Type Visibility Source Unit Parent
property public
FMX.AddressBook.pas
FMX.AddressBook.hpp
FMX.AddressBook TAddressBookContact

Description

Specifies the contact person birthday date in the TDateTime format.

Sample Project

  • Bithday Reminder: Illustrates how to send a notification about the contact person birthday date.

See Also