TcxFloatValueType Class
Implements functionality related to the double precision floating point type in DevExpress data controllers and other data-related APIs.
Declaration
TcxFloatValueType = class(
TcxValueType
)
Remarks
The TcxFloatValueType
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 'Float' . |
GetVarType | Returns varDouble . |
IsNumeric | Returns True . |
Default In-Place Editor
All container control items whose data type is TcxFloatValueType
use TcxTextEdit as the default in-place editor in unbound mode.
The TcxValueTypeClass type references the TcxFloatValueType
class.
Inheritance
TObject
TcxValueType
TcxFloatValueType
See Also