IDMNodeHelper.GetSelectionFromList

Helper function to display a selection list of categorical level combinations.

Syntax Parameters Return Value
Function IDMNodeHelper.GetSelectionFromList( _
    pNode As DataMinerNode, _
    hwndParent As Long, _
    lpList As Variant, _
    NbEl As Integer, _
    Wid As Integer, _
    TabLen As Integer, _
    ListTitle As Variant, _
    Header As Variant, _
    rgbHeader As Integer, _
    WindowTitle As Variant, _
    wHelp As Integer, _
    HelpText As Variant, _
    MinSel As Integer, _
    MaxSel As Integer, _
    ByRef lpNbSel As Variant, _
    ByRef lpSel As Variant) As Boolean
  • pNode [in]

Type: DataMinerNode

  • hwndParent [in]

Type: Long

  • lpList [in]

Type: Variant

  • NbEl [in]

Type: Integer

  • Wid [in]

Type: Integer

  • TabLen [in]

Type: Integer

  • ListTitle [in]

Type: Variant

  • Header [in]

Type: Variant

  • rgbHeader [in]

Type: Integer

  • WindowTitle [in]

Type: Variant

  • wHelp [in]

Type: Integer

  • HelpText [in]

Type: Variant

  • MinSel [in]

Type: Integer

  • MaxSel [in]

Type: Integer

  • lpNbSel [in,out]

Type: Variant

  • lpSel [in,out]

Type: Variant

Boolean