Circular Property

Applies to TestComplete 15.63, last modified on April 23, 2024

Determines whether the value is automatically changed when it has exceeded the upper/lower bound.

Declaration

componentPropObj.Circular
Read-Write Property Boolean
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxTimeEditProperties

Description

Use the Circular property to enable or disable a circular mode. If this property is True and the component value has reached it’s maximum (minimum) then the value is replaced with the opposite value on the further increment (decrement). That is, for the TimeEdit, when the hour portion value exceeds 23 it is automatically changed to 00. Otherwise, the component value reaches it’s maximum (minimum) and no further increment (decrement) is possible.

Property Value

True, if the circular mode is enabled; False otherwise.

See Also

AutoCorrectHours Property

Highlight search results