IBindingDateTimePicker.TimeDefined

Syntax

TimeDefined: Boolean;

Description

The TimeDefined property determines whether the SHOWTIME parameter is present in binding string.

Comments

If the TimeDefined property is set to True, the binding string describing value editor will contain the SHOWTIME parameter. The parameter value is determined by the Time property.

Example

The example of use is given in description of the CheckBoxDefined property.

See also:

IBindingDateTimePicker