教えてください TPanel等のコントロールを動的に作成したいのですが
TPanel* p;
p = new TPanel (Panel1);
p->Left = 0;
p->Show ();
で やっても表示されません.どうか教えてください