Click or drag to resize

DataWindow.BrowserClass Property

X#
A symbol specifying the class used for the data window's browse mode. Valid values are: #DATABROWSER, #DATALISTVIEW, or any user-defined class. The default is #DATABROWSER.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY BrowserClass AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A symbol specifying the class used for the data window's browse mode. Valid values are: #DATABROWSER, #DATALISTVIEW, or any user-defined class. The default is #DATABROWSER.
See Also