The replacement for TDateTimePicker VCL control.The features include:The Ctl3D property, which provides the control with flat look by setting Ctl3D to False.The actually working 'Font.Color' property.Custom format strings for the date-time display.A custom format can include both date and time fields (time fields are editable if the Kind property is dtkTime).The CalFont property, which sets the font of the drop-down calendar.The ShowText property, which determines whether a text is displayed in the control. The property is useful for visual representation of an empty, null or undefined state of the control.The Text property to read the content of the edit portion of the control.Published DateTime property.The OnCloseUpKey event, which occurs when the drop-down calendar closes in reaction to a user's key press. (The event is especially useful for handling the ESC key).The DateTime value of 0.0 (which means 12/30/1899 12:00 am) is considered as valid, and is handled without raising the VCL exception.The DropDown and CloseUp methods.The UpDownEnabled and UpDownVisible properties, which are applicable for the UpDown sub-control when Kind = dtkTime.Data-aware version with automatic handling of NULL values. Also true support for the ReadOnly mode.The control provides fixes for all known bugs of the standard TDateTimePicker VCL control for each version of the supported compilers. |