CreateTabPage

[method icon] CreateTabPage(sTitle$)

Create a new tab page on this tab control

sTitle$ String Text of new tab page

Returns result of type OBJECT or SYM

Applies to: Tabbed

Introduced in KCML version 6.20


>CreateTabPage

CreateTabPage

This method is used to create a new tab page and append it to the tab pages on the tab control. This method can only be used in the Create() event. See CreateControl() for more details and examples.

See also

Tabbed methods, properties and events.