Description
Updates data pool and all data windows on DataViewer.
-
Return Type
-
A Variant value.
-
Syntax
-
object.UpdateDataWindows
The UpdateDataWindows Method syntax has these parts: |
| object | An expression evaluating to an object of type McDataViewer. | Remarks
The function can be called after changing DataSource or contents of data tree. Example:
'update data DataViewer.UpdateDataWindows
|