Click or drag to resize

TabControl.CreatePageInstance Method

X#
Dynamically create a tab page.

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

Parameters

symPageClass (Optional)
Type: Usual
Classname of the page to create
symTabName (Optional)
Type: Usual
Symbolic Name of the tab to create

Return Value

Type: Usual
New Page Object
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also