IMxValue class members
- Last UpdatedJul 23, 2024
- 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.
Stores a Boolean value in the MxValue.
Stores a long value in the MxValue.
Stores a float value in the MxValue.
Stores a double value in the MxValue.
Stores a Unicode string value in the MxValue.
Stores a VBFILETIME value in the MxValue.
Stores a VB_LARGE_INTEGER value in the MxValue.
Stores an MxReference in the MxValue.
Stores an MxStatus in the MxValue.
Stores an MxDataType in the MxValue.
PutMxSecurityClassification method
Stores an MxSecurityClassification in the MxValue.
Stores an MxDataQuality in the MxValue.
Stores a struct in the MxValue.
Stores an MxCustomEnum in the MxValue.
Returns the data type of the value stored in the MxValue.
Returns the value stored in the MxValue as a VARIANT_BOOL.
Returns the value stored in the MxValue as a long.
Returns the value stored in the MxValue as a float.
Returns the value stored in the MxValue as a double.
Returns the value stored in the MxValue as a string.
Returns the value stored in the MxValue as a VBFILETIME.
Returns the value stored in the MxValue as a VB_LARGE_INTEGER.
Returns the value stored in the MxValue as an IMxReference *.
Returns the MxStatus stored in the MxValue.
Returns the value stored in the MxValue as an MxDataType.
GetMxSecurityClassification method
Returns the value stored in the MxValue as an MxSecurityClassification.
Returns the value stored in the MxValue as an MxDataQuality.
Returns the qualified struct stored in the MxValue.
Returns the value stored in the MxValue as a qualified enum.
Indicates whether the MxValue holds an array.
Puts an element into an array held by an MxValue.
Gets an element from an array held in an MxValue.
Gets the size of the array held by the MxValue.
Stores a qualified struct in the MxValue for a VB client.
Returns the qualified struct stored in the MxValue for a VB client.
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.
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 internationalized string associated with a particular local.
Adds the internationalized string of a specific locale to the existing internationalized strings.