IDMNodeHelper.VarSelDialog6
Helper function to display a 4 var selection dialog. Can be called from IDMNode::Edit.
Syntax | Parameters | Return Value |
---|---|---|
Function IDMNodeHelper.VarSelDialog6( _ 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, _ editCaption4 As String, _ measureTypeFlags4 As Long, _ nMinSel4 As Long, _ nMaxSel4 As Long, _ ByRef vars4 As Variant, _ editCaption5 As String, _ measureTypeFlags5 As Long, _ nMinSel5 As Long, _ nMaxSel5 As Long, _ ByRef vars5 As Variant, _ editCaption6 As String, _ measureTypeFlags6 As Long, _ nMinSel6 As Long, _ nMaxSel6 As Long, _ ByRef vars6 As Variant) As Boolean |
Type: DataMinerNode Type: Long Type: Long Type: Integer Type: Boolean Type: Variant Type: String Type: String Type: Long Type: Long Type: Variant Type: String Type: Long Type: Long Type: Long Type: Variant Type: String Type: Long Type: Long Type: Long Type: Variant Type: String Type: Long Type: Long Type: Long Type: Variant Type: String Type: Long Type: Long Type: Long Type: Variant Type: String Type: Long Type: Long Type: Long Type: Variant |
Boolean |