FMX.AddressBook.Types.TContactDate.Date
Delphi
property Date: TDate read FDate write FDate;
C++
__property System::TDate Date = {read=FDate, write=FDate};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.AddressBook.Types.pas FMX.AddressBook.Types.hpp |
FMX.AddressBook.Types | TContactDate |
Description
Specifies a date related to a contact.
Use the Date property to specify a value of the TDate type that represents a date. For information on how to specify a value of the TDate type, see StrToDate and sample codes in TContactDates.AddDate.