TabCreate

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalBoolean TabCreate(SalWindowHandle hWnd)	

This method indicates when a tab frame has been created. This Late-Bound/overridden method is called when the tab frame receives the SAM_Create message. You can override this method in the tabbed form or tabbed dialog box.
This is a QuickTabs notification method. Declare this method in a tabbed form or tabbed dialog in order to be notified of a tab frame event.
 

Parameters

Name Description
SalWindowHandle hWnd The window handle of the tabbed frame.

Returns

This method does not return a value. aa

Comments