vcl-cxtimeedit-4b9f0785.md
Represents settings specific to time editors.
TcxTimeEditProperties = class(
TcxCustomTimeEditProperties
)
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.
TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomEditProperties TcxCustomTextEditProperties TcxCustomMaskEditProperties TcxCustomSpinEditProperties TcxCustomTimeEditProperties TcxTimeEditProperties
See Also