RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomColorBox.CreateWnd Method

Creates the window used to implement the color box.

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

Applications can't call this protected method. It is called automatically when the color box is first created or when the window must be destroyed and recreated to reflect property changes. 

TCustomColorBox overrides the inherited CreateWnd method to populate the combo box with the colors specified by the Style property. 

 

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