DataBrowser.SetCaption Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetCaption(
Usual cText = default
)
Request Example
View SourceParameters
- cText (Optional)
- Type: Usual
The text to be used as the caption.
Return Value
Type:
UsualRemarks
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