IMxValue class members
- Last UpdatedApr 02, 2026
- 2 minute read
This class has the following members.
Operations
Creates a duplicate MxValue object with a state identical to the current MxValue.
Changes the MxValue's data type to MxNoData.
Returns the value stored in the MxValue as a VARIANT_BOOL.
Returns the qualified struct stored in the MxValue.
Returns the value stored in the MxValue as a qualified enum.
Returns the qualified struct stored in the MxValue for a VB client.
Returns the data type of the value stored in the MxValue.
Indicates whether the MxValue holds an array.
Gets the size of the array held by the MxValue.
Returns the value stored in the MxValue as a double.
Returns the value stored in the MxValue as a VB_LARGE_INTEGER.
Gets an element from an array held in an MxValue.
Returns the value stored in the MxValue as a float.
Returns the value stored in the MxValue as a long.
Returns the internationalized string associated with a particular local.
GetInternationalStrings method
Returns the internationalized strings stored by the MxValue.
GetInternationalStringsVB method
Returns the internationalized strings stored by the MxValue for a VB client.
Returns the value stored in the MxValue as an MxDataQuality.
Returns the value stored in the MxValue as an MxDataType.
Returns the value stored in the MxValue as an IMxReference *.
GetMxSecurityClassification method
Returns the value stored in the MxValue as an MxSecurityClassification.
Returns the MxStatus stored in the MxValue.
Returns the value stored in the MxValue as a string.
Returns the value stored in the MxValue as a VBFILETIME.
Stores a Boolean value in the MxValue.
Stores a struct in the MxValue.
Stores a qualified struct in the MxValue for a VB client.
Stores an MxCustomEnum in the MxValue.
Stores a double value in the MxValue.
Stores a VB_LARGE_INTEGER value in the MxValue.
Puts an element into an array held by an MxValue.
Stores a float value in the MxValue.
Stores a long value in the MxValue.
Adds the internationalized string of a specific locale to the existing internationalized strings.
PutInternationalStrings method
Initializes an MxValue with a set of internationalized strings.
PutInternationalStringsVB method
Initializes an MxValue with a set of internationalized strings for a VB client.
Stores an MxDataQuality in the MxValue.
Stores an MxDataType in the MxValue.
Stores an MxReference in the MxValue.
PutMxSecurityClassification method
Stores an MxSecurityClassification in the MxValue.
Stores an MxStatus in the MxValue.
Stores a Unicode string value in the MxValue.
Stores a VBFILETIME value in the MxValue.