Delphi undeclared identifier

[复制链接]
查看11 | 回复1 | 2010-5-21 11:01:50 | 显示全部楼层 |阅读模式
我在type中添加了procedure DispValue();并且在implementation下实现,但是里面的控件,比如label总是提示说undeclared identifier,还要怎么修改吗?好像是句柄没有激活输入label13.后面不会自动提示输入函数

回复

使用道具 举报

千问 | 2010-5-21 11:01:50 | 显示全部楼层
位置一定要注意:typeTForm1 = TForm;Label3:TLabel;procedure DispValue();end;implementationprocedure TForm1.DispValue();beginLabel3.Caption := 'xxx';end;
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行