Skip to main content

TcxWordValueType Class

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

Declaration

TcxWordValueType = class(
    TcxValueType
)

Remarks

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

API Member Change Description
Caption Returns 'Word'.
GetVarType Returns varWord.
IsNumeric Returns True.

Default In-Place Editor

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

The TcxValueTypeClass type references the TcxWordValueType class.

Inheritance

TObject
TcxValueType
TcxWordValueType
See Also