}程序运行后出现这样的错误:[错误] Unit1.pas(42): Declaration expected but end of file found
procedureTForm1.Button1Click(Sender:TObject);beginIfbutton1.Caption='&s暂停'Thenbeginbu...
procedure TForm1.Button1Click(Sender: TObject);
begin
If button1.Caption='&s暂停' Then
begin
button1.Caption:='&c继续';
Timer1.Enabled:=False;
end
Else
begin
button1.Caption:='&s暂停';
Timer1.Enabled:=True;
end;
end; 展开
begin
If button1.Caption='&s暂停' Then
begin
button1.Caption:='&c继续';
Timer1.Enabled:=False;
end
Else
begin
button1.Caption:='&s暂停';
Timer1.Enabled:=True;
end;
end; 展开
展开全部
procedure TForm1.Button1Click(Sender: TObject);
begin
If button1.Caption='&s暂停' Then
begin
button1.Caption:='&c继续';
Timer1.Enabled:=False;
end; //加个分号
Else
begin
button1.Caption:='&s暂停';
Timer1.Enabled:=True;
end;
end;
提示错误是:都到单元文件结尾了,还没找到一个必要的声明标识符。
结构体:
begin
...
end; //结尾要有分号
begin
If button1.Caption='&s暂停' Then
begin
button1.Caption:='&c继续';
Timer1.Enabled:=False;
end; //加个分号
Else
begin
button1.Caption:='&s暂停';
Timer1.Enabled:=True;
end;
end;
提示错误是:都到单元文件结尾了,还没找到一个必要的声明标识符。
结构体:
begin
...
end; //结尾要有分号
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
procedure TForm1.Button1Click(Sender: TObject);
begin
If button1.Caption='&s暂停' Then
begin
button1.Caption:='&c继续';
Timer1.Enabled:=False;
end //这里没有分号
Else
begin
button1.Caption:='&s暂停';
Timer1.Enabled:=True;
end; //这里加有分号
end;
我不懂pascal语言,只是看出一点不同,不知道怎么改正,你自己修改吧,
begin
If button1.Caption='&s暂停' Then
begin
button1.Caption:='&c继续';
Timer1.Enabled:=False;
end //这里没有分号
Else
begin
button1.Caption:='&s暂停';
Timer1.Enabled:=True;
end; //这里加有分号
end;
我不懂pascal语言,只是看出一点不同,不知道怎么改正,你自己修改吧,
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2011-10-18
展开全部
果断不知道什么语言
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询