Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

IMxValue class members

  • Last UpdatedJul 23, 2024
  • 2 minute read

This class has the following members.

Operations

Clone method

Creates a duplicate MxValue object with a state identical to the current MxValue.

Empty method

Changes the MxValue's data type to MxNoData.

PutBoolean method

Stores a Boolean value in the MxValue.

PutInteger method

Stores a long value in the MxValue.

PutFloat method

Stores a float value in the MxValue.

PutDouble method

Stores a double value in the MxValue.

PutString method

Stores a Unicode string value in the MxValue.

PutTime method

Stores a VBFILETIME value in the MxValue.

PutElapsedTime method

Stores a VB_LARGE_INTEGER value in the MxValue.

PutMxReference method

Stores an MxReference in the MxValue.

PutMxStatus method

Stores an MxStatus in the MxValue.

PutMxDataType method

Stores an MxDataType in the MxValue.

PutMxSecurityClassification method

Stores an MxSecurityClassification in the MxValue.

PutMxDataQuality method

Stores an MxDataQuality in the MxValue.

PutCustomStruct method

Stores a struct in the MxValue.

PutCustomEnum method

Stores an MxCustomEnum in the MxValue.

GetDataType method

Returns the data type of the value stored in the MxValue.

GetBoolean method

Returns the value stored in the MxValue as a VARIANT_BOOL.

GetInteger method

Returns the value stored in the MxValue as a long.

GetFloat method

Returns the value stored in the MxValue as a float.

GetDouble method

Returns the value stored in the MxValue as a double.

GetString method

Returns the value stored in the MxValue as a string.

GetTime method

Returns the value stored in the MxValue as a VBFILETIME.

GetElapsedTime method

Returns the value stored in the MxValue as a VB_LARGE_INTEGER.

GetMxReference method

Returns the value stored in the MxValue as an IMxReference *.

GetMxStatus method

Returns the MxStatus stored in the MxValue.

GetMxDataType method

Returns the value stored in the MxValue as an MxDataType.

GetMxSecurityClassification method

Returns the value stored in the MxValue as an MxSecurityClassification.

GetMxDataQuality method

Returns the value stored in the MxValue as an MxDataQuality.

GetCustomStruct method

Returns the qualified struct stored in the MxValue.

GetCustomEnum method

Returns the value stored in the MxValue as a qualified enum.

GetDimensionCount method

Indicates whether the MxValue holds an array.

PutElement method

Puts an element into an array held by an MxValue.

GetElement method

Gets an element from an array held in an MxValue.

GetDimensionSize method

Gets the size of the array held by the MxValue.

PutCustomStructVB method

Stores a qualified struct in the MxValue for a VB client.

GetCustomStructVB method

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.

GetInternationalString method

Returns the internationalized string associated with a particular local.

PutInternationalString method

Adds the internationalized string of a specific locale to the existing internationalized strings.

Related Links
TitleResults for “How to create a CRG?”Also Available in