IDMNodeHelper.VarSelDialog3

Helper function to display a 3 var selection dialog. Can be called from IDMNode::Edit.

Syntax Parameters Return Value
Function IDMNodeHelper.VarSelDialog3( _
    pNode As DataMinerNode, _
    input_dataset_index As Long, _
    hwndParent As Long, _
    flags As Integer, _
    AllowOverlap As Boolean, _
    varsToInclude As Variant, _
    windowCaption As String, _
    editCaption1 As String, _
    measureTypeFlags1 As Long, _
    nMinSel1 As Long, _
    nMaxSel1 As Long, _
    ByRef vars1 As Variant, _
    editCaption2 As String, _
    measureTypeFlags2 As Long, _
    nMinSel2 As Long, _
    nMaxSel2 As Long, _
    ByRef vars2 As Variant, _
    editCaption3 As String, _
    measureTypeFlags3 As Long, _
    nMinSel3 As Long, _
    nMaxSel3 As Long, _
    ByRef vars3 As Variant) As Boolean
  • pNode [in]

Type: DataMinerNode

  • input_dataset_index [in]

Type: Long

  • hwndParent [in]

Type: Long

  • flags [in]

Type: Integer

  • AllowOverlap [in]

Type: Boolean

  • varsToInclude [in]

Type: Variant

  • windowCaption [in]

Type: String

  • editCaption1 [in]

Type: String

  • measureTypeFlags1 [in]

Type: Long

  • nMinSel1 [in]

Type: Long

  • nMaxSel1 [in]

Type: Long

  • vars1 [in,out]

Type: Variant

  • editCaption2 [in]

Type: String

  • measureTypeFlags2 [in]

Type: Long

  • nMinSel2 [in]

Type: Long

  • nMaxSel2 [in]

Type: Long

  • vars2 [in,out]

Type: Variant

  • editCaption3 [in]

Type: String

  • measureTypeFlags3 [in]

Type: Long

  • nMinSel3 [in]

Type: Long

  • nMaxSel3 [in]

Type: Long

  • vars3 [in,out]

Type: Variant

Boolean