|
RAD Studio VCL Reference
|
Creates a new TCustomColorBox object.
constructor Create(AOwner: TComponent); override;
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!
|