Click or drag to resize

TabControl.SetCaption Method

X#
Set a new caption for a tab.

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

Parameters

symTabName (Optional)
Type: Usual
The symbolic name of the tab whose caption you want to obtain.
cCaption (Optional)
Type: Usual
The new caption for the Tab

Return Value

Type: Usual
TRUE if the caption could be changed; otherwise FALSE
See Also