Click or drag to resize

DataBrowser.Show Method

X#
Show this data browser.

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

Return Value

Type: Usual
Remarks
When a data browser is first shown, its connected data server can be traversed to build up its buffer of records. When the data browser traverses the server, it uses the current server cursor location to get its first record. It is up to the application to position the server prior to using it with a data browser.
See Also