Click or drag to resize

DataBrowser.Caption Property (Typed)

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

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

Property Value

Type: String
A string representing the caption of the data browser for use in its title bar.

Implements

Caption
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