Skip to main content

TcxTimeEditProperties Class

Represents settings specific to time editors.

Declaration

TcxTimeEditProperties = class(
    TcxCustomTimeEditProperties
)

Remarks

TcxTimeEditProperties contains settings specific to time editors. It does not introduce any new functionality but just publishes properties inherited from base classes. The TcxCustomTimeEdit control represents the base class for time editors. The Properties member of the TcxCustomTimeEdit control allows adjusting of various settings. To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue, ReadOnly and ValueType properties and reverse their values back to the default ones, use the AssignedValues property.

See Also