2009年4月14日 星期二

在BCB界面上show訊息


由label output:

Form1->Label1->Caption=AnsiString(iFrameCount);

由Memo output:
Form1->Memo1->Lines->Text=S;

由Edit get value:
int angle=StrToInt(Edit1->Text);

沒有留言:

張貼留言