vcl-cxdatastorage-caff794d.md
Implements functionality related to the high-precision date and time type in DevExpress data controllers and other data-related APIs.
TcxSQLTimeStampValueType = class(
TcxValueType
)
The TcxSQLTimeStampValueType class does not introduce new public API members but changes behavior of the following API members:
| API Member | Change Description |
|---|---|
| Caption | Returns 'SQLTimeStamp'. |
| GetVarType | Returns VarSQLTimeStamp. |
| IsNumeric | Returns True. |
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.
TObject TcxValueType TcxSQLTimeStampValueType
See Also