Skip to main content

TcxCustomTimeEditProperties.UseTimeFormatWhenUnfocused Property

Specifies the time format which the time editor uses in display mode.

Declaration

property UseTimeFormatWhenUnfocused: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

When the editor control does not have focus and the UseTimeFormatWhenUnfocused property is set to True, the editor uses the time format specified by the TimeFormat property to display the editor value. Otherwise, time representation is controlled by the regional options defined in the system.

The default value of the UseTimeFormatWhenUnfocused property is True.

See Also