RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.CreateWnd Method

Creates the window that implements the toolbar.

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

The Windows control for the toolbar can be temporarily destroyed and recreated in order to set properties that require changing the window creation parameters. TToolBar calls CreateWnd to create this Windows control when necessary. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!