在C++B中创建一个动态Label是这样的:TLabel *a = new TLabel(this);
this->InsertControl(a);
a->Caption = "aaa";
a->Left = 100;
a->Top = 100;看看有没有InsertControl()方法