Click or drag to resize

DataBrowser.RestoreUpdate Method

X#
Update this data browser visually and restore standard operation (after DataBrowser:SuspendUpdate() is called).

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD RestoreUpdate() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
DataBrowser:SuspendUpdate() is used to reduce "visual noise" during a multi-record update of the data browser from its data server. When the updating is complete, use the DataBrowser:RestoreUpdate() method to refresh the display and reactivate standard behavior. Note that DataBrowser:SuspendUpdate() stacks its invocations. Therefore, for each call to DataBrowser:SuspendUpdate(), there needs to be a corresponding call DataBrowser:RestoreUpdate().
See Also