TabControl.CreatePageInstance Method (Typed) | |
Dynamically create a tab page.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD CreatePageInstance(
symPageClass,
symTabName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual CreatePageInstance(
Usual symPageClass = default,
Usual symTabName = default
)
Request Example
View SourceParameters
- 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 |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also