Specifies whether to display the time portion of the component’s TDateTime
value.
Declaration
componentPropObj.ShowTime
Read-Write Property | Boolean |
componentPropObj | One of the objects listed in the Applies To section |
Applies To
The property applies to the following objects:
Description
Generally the TcxDateEdit
component only represents the date information. However, it can store and display time information as well. To provide the component with the time information, enable the SaveTime
property and assign a non-integer floating-point value to the component’s Date
or EditValue
property. Use the ShowTime
property to determine the visibility of time information if it is provided.
Property Value
True, if the time portion is displayed, False otherwise.