RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFlowPanel.Create Constructor

Creates and initializes an instance of TCustomPanel.

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

Call Create to instantiate a panel at runtime. Panels placed in forms at design time do not need to be explicitly created because they are created automatically. 

AOwner is the component, typically a form, that is responsible for freeing the panel. 

 

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