Skip to main content
All docs
V25.1
  • TcxSingleValueType Class

    Implements functionality related to the single precision floating-point type in DevExpress data controllers and other data-related APIs.

    Declaration

    TcxSingleValueType = class(
        TcxValueType
    )

    Remarks

    The TcxSingleValueType 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 'Single'.
    GetVarType Returns varSingle.
    IsNumeric Returns True.

    Default In-Place Editor

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

    The TcxValueTypeClass type references the TcxSingleValueType class.

    Inheritance

    TObject
    TcxValueType
    TcxSingleValueType
    See Also