Skip to main content

TcxWordValueType Members

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

Methods

Name Description
Caption Returns the value type’s name. Inherited from TcxValueType.
CompareValues(Pointer,Pointer) Compares two values specified by pointers. Inherited from TcxValueType.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetValue(PAnsiChar) Obtains a value from the specified memory buffer. Inherited from TcxValueType.
GetVarType Returns the Variant type code that corresponds to the current TcxValueType class descendant. Inherited from TcxValueType.
IsManaged Identifies if values that correspond to the current TcxValueType class descendant are released automatically. Inherited from TcxValueType.
IsNumeric Identifies if the current TcxValueType class descendant corresponds to a numeric data type. Inherited from TcxValueType.
IsString Identifies if the current TcxValueType class descendant corresponds to a string data type. Inherited from TcxValueType.
IsValueValid(Variant) Identifies if the specified Variant value is valid. Inherited from TcxValueType.
PrepareValueBuffer(PAnsiChar) Casts the specified pointer to a memory buffer to the required pointer type. Inherited from TcxValueType.
ToString Inherited from TObject.
See Also