Click or drag to resize

TabControl.DeleteTab Method

X#
Remove a tab and page from the tab control.

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

Parameters

symTabName (Optional)
Type: Usual
The symbolic name of the tab to delete.

Return Value

Type: Usual
TRUE if the tab could be deleted; otherwise FALSE.
See Also