Function IDMNodeHelper.CodesSelectionDialog( _
pNode As DataMinerNode, _
input_dataset_index As Long, _
hwndParent As Long, _
WindowTitle As String, _
flags As Integer, _
varList As Variant, _
minSelList As Variant, _
maxSelList As Variant, _
minValue As Long, _
maxValue As Long, _
ByRef codesInOut As String) As Boolean
|
- pNode[in]
Type: DataMinerNode
- input_dataset_index [in]
Type: Long
- hwndParent [in]
Type: Long
- WindowTitle [in]
Type: String
- flags [in]
Type: Integer
- varList [in]
Type: Variant
- minSelList [in]
Type: Variant
- maxSelList [in]
Type: Variant
- minValue [in]
Type: Long
- maxValue [in]
Type: Long
- codesInOut [in, out]
Type: String
|
Boolean
|