RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomTabControl.CreateWnd Method

Creates the window for a tab control.

Pascal
procedure CreateWnd; override;
C++
virtual __fastcall CreateWnd();

CreateWnd is called automatically when the tab control's window is recreated. CreateWnd calls the inherited method, before assigning any saved tab text strings in internal storage. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!