Skip to main content

TcxWideStringValueType Class

Implements functionality related to the wide string type in DevExpress data controllers and other data-related APIs.

Declaration

TcxWideStringValueType = class(
    TcxStringValueType
)

Remarks

The TcxWideStringValueType 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 'WideString'.
GetVarType Returns varOleStr.
IsManaged Returns True.
IsString Returns True.

Default In-Place Editor

All container controls whose data type is TcxWideStringValueType use TcxTextEdit as the default in-place editor in unbound mode.

The TcxValueTypeClass type references the TcxWideStringValueType class.

Inheritance

See Also