Click or drag to resize

DataBrowser.Caption Property

X#
A string representing the caption of the data browser for use in its title bar.

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

Property Value

Type: Usual
A string representing the caption of the data browser for use in its title bar.
Remarks
A string representing the caption of the data browser for use in its title bar. By default, the data browser uses the caption defined in its hyperlabel. Assigning a blank caption (" ") causes the title bar to be displayed with no text. Assigning a NULL_STRING causes the title bar to be hidden. Note that by embedding newline (Chr(10)) characters in the caption string, the title bar changes height to accommodate multiple lines.
See Also