IDMNode.Edit
This function is called by the framework when the node needs to display UI to make variable selections and set parameters.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub IDMNode.Edit( _
hwndParent As Long, _
DataMiner As IDMNodeHelper, _
pThisNode As DataMinerNode, _
ByRef bChangesMade As Boolean, _
ByRef bOutputDatasetChanged As Boolean)
|
Type: Long
Type: IDMNodeHelper
Type: DataMinerNode
Type: Boolean
Type: Boolean |
This function does not return a value. |