TcxStringValueType Class
Implements functionality related to the Unicode string type in DevExpress data controllers and other data-related APIs.
Declaration
TcxStringValueType = class(
TcxValueType
)
Remarks
The TcxStringValueType class does not introduce new public API members but changes behavior of the following API members:
| API Member | Change Description |
|---|---|
| Caption | Returns 'String'. |
| GetVarType | Returns varUString. |
| IsManaged | Returns True. |
| IsString | Returns True. |
Default In-Place Editor
All container control items whose data type is TcxStringValueType use TcxTextEdit as the default in-place editor in unbound mode.
The TcxValueTypeClass type references the TcxStringValueType class.
Inheritance
TObject
TcxValueType
TcxStringValueType
See Also