RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomGroupBox.Create Constructor

Creates and initializes a TCustomGroupBox instance.

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

Call Create to instantiate a group box at runtime. Group boxes placed on forms at design time are created automatically. 

AOwner is the component, typically a form, that is responsible for freeing the group box. It becomes the value of the Owner property. 

 

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