Skip to main content

TcxSmallintValueType Class

Implements functionality related to the 16-bit signed integer type in DevExpress data controllers and other data-related APIs.

Declaration

TcxSmallintValueType = class(
    TcxValueType
)

Remarks

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

API Member Change Description
Caption Returns 'Smallint'.
GetVarType Returns varSmallint.
IsNumeric Returns True.

Default In-Place Editor

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

The TcxValueTypeClass type references the TcxSmallintValueType class.

Inheritance

TObject
TcxValueType
TcxSmallintValueType
See Also