现在对vc很不适应,比如在一个工程里面何访问其他控件?
void __fastcall TForm1::Button1Click(TObject *Sender)
{
//这两句在vc里面怎么实现?
Edit1->Text="1235";
Label1->Caption="asdfagh";
}