IDMNodeHelper.VarSelDialog1
Helper function to display a single var selection dialog. Can be called from IDMNode::Edit.
| Syntax | Parameters | Return Value |
|---|---|---|
Function IDMNodeHelper.VarSelDialog1( _
pNode As DataMinerNode, _
input_dataset_index As Long, _
hwndParent As Long, _
flags As Integer, _
varsToInclude As Variant, _
windowCaption As String, _
editCaption As String, _
measureTypeFlags As Long, _
nMinSel As Long, _
nMaxSel As Long, _
ByRef vars As Variant) As Boolean
|
Type: DataMinerNode
Type: Long
Type: Long
Type: Integer
Type: Variant
Type: String
Type: String
Type: Long
Type: Long
Type: Long
Type: Variant |
Boolean |