TabControl.DeleteTab Method | |
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
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual DeleteTab(
Usual symTabName = default
)
Request Example
View SourceParameters
- 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