Vcl.ExtCtrls.TCustomColorBox.CreateWnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CreateWnd; override;

C++

virtual void __fastcall CreateWnd();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomColorBox

Description

Creates the window used to implement the color box.

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.

See Also