combodatepicker Date property
Return to Introduction  Previous page  Next page
Applies to
acComboDatePicker component.  

Declaration
property Date: TDateTime;  

Description
The Date property determines the date selected in the control, in case if the Day, Month and Year specified.  
 
If either Day, Month or Year values are not specified — the Date returns 0 (corresponds to 30.12.1899).  
 
tip If you would like to clear the combo-boxes — set Date to 0, or call Clear method.  

See also
Day, Month and Year properties;  
Clear method;  
OnChange event.