delphi判断问题
procedureTForm1.Button1Click(Sender:TObject);beginifButton1.caption='开始'thenbeginButt...
procedure TForm1.Button1Click(Sender: TObject);
begin
if Button1.caption='开始' then
begin
Button1.caption:='停止' ;
timer1.Enabled :=false ;
end
else
if Button1.caption='停止' then
Button1.caption:='开始';
timer1.Enabled :=true;
end;
这段代码可以运行,但是达不到开始和停止的效果?begin和eng具体加在哪儿我不是很了解,请D达人告知一下,深表感谢! 展开
begin
if Button1.caption='开始' then
begin
Button1.caption:='停止' ;
timer1.Enabled :=false ;
end
else
if Button1.caption='停止' then
Button1.caption:='开始';
timer1.Enabled :=true;
end;
这段代码可以运行,但是达不到开始和停止的效果?begin和eng具体加在哪儿我不是很了解,请D达人告知一下,深表感谢! 展开
1个回答
展开全部
procedure TForm1.Button1Click(Sender: TObject);
begin
if Button1.caption='开始' then
begin
Button1.caption:='停止' ;
timer1.Enabled :=false ;
end
else if Button1.caption='停止' then
begin//
Button1.caption:='开始';
timer1.Enabled :=true;
end;//
end;
begin
if Button1.caption='开始' then
begin
Button1.caption:='停止' ;
timer1.Enabled :=false ;
end
else if Button1.caption='停止' then
begin//
Button1.caption:='开始';
timer1.Enabled :=true;
end;//
end;
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询