Click or drag to resize

DataBrowser.SetCaption Method

X#
Set the caption for the data browser title bar.

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

Parameters

cText (Optional)
Type: Usual
The text to be used as the caption.

Return Value

Type: Usual
Remarks
Setting a blank caption ("") causes the title bar to be displayed with no caption. Setting a null caption causes the title bar to be hidden. By embedding newline characters in the caption string, the title bar changes height to accommodate multiple lines.
See Also