Skip to main content

TcxLargeIntValueType Class

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

Declaration

TcxLargeIntValueType = class(
    TcxValueType
)

Remarks

The TcxLargeIntValueType 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 'LargeInt'.
GetVarType Returns varInt64.
IsNumeric Returns True.

Default In-Place Editor

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

The TcxValueTypeClass type references the TcxLargeIntValueType class.

Inheritance

TObject
TcxValueType
TcxLargeIntValueType
See Also