RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomColorBox.Create Constructor

Creates a new TCustomColorBox object.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TCustomColorBox(TComponent * AOwner);

Call Create to instantiate a color box at runtime. TCustomColorBox objects placed on a form at design time are created automatically. 

AOwner specifies the owner of the color box. This component (typically the form) is responsible for freeing the color box. 

 

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