Skip to main content

TcxCustomTimeEditProperties.TimeFormat Property

Identifies the format of the value displayed by a time editor.

Declaration

property TimeFormat: TcxTimeEditTimeFormat read; write; default tfHourMinSec;

Property Value

Type Default
TcxTimeEditTimeFormat tfHourMinSec

Remarks

Use the TimeFormat property to specify the format of the time value for time editors. This property determines which portions of the time value are presented by an editor. The value itself is stored in the editor’s Time property.

The default value of the TimeFormat property is tfHourMinSec.

See Also