Back to Devexpress

cxDataStorage Unit

vcl-cxdatastorage.md

latest4.5 KB
Original Source

cxDataStorage Unit

This unit contains implementations of value type classes used by DevExpress data controllers and other data-related APIs.

Classes

NameDescription
TcxBLOBValueTypeImplements functionality related to the BLOB (Binary Large OBject) type in DevExpress data controllers and other data-related APIs.
TcxBooleanValueTypeImplements functionality related to the Boolean type in DevExpress data controllers and other data-related APIs.
TcxCurrencyValueTypeImplements functionality related to the Currency type in DevExpress data controllers and other data-related APIs.
TcxDateTimeValueTypeImplements functionality related to the date and time type in DevExpress data controllers and other data-related APIs.
TcxFloatValueTypeImplements functionality related to the double precision floating point type in DevExpress data controllers and other data-related APIs.
TcxFMTBcdValueTypeImplements functionality related to the binary-encoded decimal type in DevExpress data controllers and other data-related APIs.
TcxIntegerValueTypeImplements functionality related to the 32-bit signed integer type in DevExpress data controllers and other data-related APIs.
TcxLargeIntValueTypeImplements functionality related to the 64-bit signed integer type in DevExpress data controllers and other data-related APIs.
TcxObjectValueTypeImplements functionality related to the object type in DevExpress data controllers and other data-related APIs.
TcxSingleValueTypeImplements functionality related to the single precision floating-point type in DevExpress data controllers and other data-related APIs.
TcxSmallintValueTypeImplements functionality related to the 16-bit signed integer type in DevExpress data controllers and other data-related APIs.
TcxSQLTimeStampValueTypeImplements functionality related to the high-precision date and time type in DevExpress data controllers and other data-related APIs.
TcxStringValueTypeImplements functionality related to the Unicode string type in DevExpress data controllers and other data-related APIs.
TcxValueTypeThe base class for classes that implement functionality related to different value types in DevExpress data controllers and other data-related APIs.
TcxVariantValueTypeImplements functionality related to the Variant type in DevExpress data controllers and other data-related APIs.
TcxWideStringValueTypeImplements functionality related to the wide string type in DevExpress data controllers and other data-related APIs.
TcxWordValueTypeImplements functionality related to the 16-bit unsigned integer type in DevExpress data controllers and other data-related APIs.

Types

NameDescription
TcxValueTypeClassA reference to a value type class used in DevExpress data controllers and other data-related APIs.