Back to Devexpress

TcxSQLTimeStampValueType Class

vcl-cxdatastorage-caff794d.md

latest1.4 KB
Original Source

TcxSQLTimeStampValueType Class

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

Declaration

delphi
TcxSQLTimeStampValueType = class(
    TcxValueType
)

Remarks

The TcxSQLTimeStampValueType class does not introduce new public API members but changes behavior of the following API members:

API MemberChange Description
CaptionReturns 'SQLTimeStamp'.
GetVarTypeReturns VarSQLTimeStamp.
IsNumericReturns True.

Default In-Place Editor

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

The TcxValueTypeClass type references the TcxSQLTimeStampValueType class.

Inheritance

TObject TcxValueType TcxSQLTimeStampValueType

See Also

TcxDateTimeValueType Class

TcxSQLTimeStampValueType Members

cxDataStorage Unit