I looked in the help... and tried to do like the example.. but it still wont compile... what's wrong with it?


Code:
void __fastcall TForm1::Button1Click(TObject *Sender)
{
  TQRLabel **bob;
  int top = 100, left = 112;

  bob = new TQRLabel*;
  bob->Top = top;
  bob->Left = left;
  top = top + 25;
}

thx!
vv