Back to Devexpress

TcxDateTimeValueType Class

vcl-cxdatastorage-1202a2d5.md

latest1.4 KB
Original Source

TcxDateTimeValueType Class

Implements functionality related to the date and time type in DevExpress data controllers and other data-related APIs.

Declaration

delphi
TcxDateTimeValueType = class(
    TcxValueType
)

Remarks

The TcxDateTimeValueType class does not introduce new public API members but changes behavior of the following API members declared in the TcxValueType class:

API MemberChange Description
CaptionReturns 'DateTime'.
GetVarTypeReturns varDate.
IsNumericReturns True.

Default In-Place Editor

All container control items whose data type is TcxDateTimeValueType use TcxDateEdit as the default in-place editor in unbound mode.

The TcxValueTypeClass type references the TcxDateTimeValueType class.

Inheritance

TObject TcxValueType TcxDateTimeValueType

See Also

TcxSQLTimeStampValueType Class

TcxDateTimeValueType Members

cxDataStorage Unit