favSetDataRefreshEnable

AVVIEWER Subroutine: Enables or disables the Data...Refresh menu item.

Module: USE AVVIEWER

Syntax

favSetDataRefreshEnable (hv, onoroff, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

onoroff
An input argument of type INTEGER(4). If set to TRUE, the Data...Refresh menu item is enabled; if set to FALSE, it is disabled.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

You can use the Data...Refresh menu item to update your display to reflect the current array data.

See Also

favGetDataRefreshEnable