鱼C论坛

 找回密码
 立即注册
查看: 2871|回复: 1

Delphi过程声明错误

[复制链接]
发表于 2013-6-7 14:29:39 | 显示全部楼层 |阅读模式
5鱼币
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
procedure a(str: String); //过程
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
end.

//过程
procedure TForm1.a(str:string);
begin

end;
end.
错误提示
[Warning] Unit1.pas(22): Text after final 'END.' - ignored by compiler
[Error] Unit1.pas(9): Unsatisfied forward or external declaration: 'TForm1.a'
[Fatal Error] Project1.dpr(5): Could not compile used unit 'Unit1.pas'

最佳答案

查看完整内容

19行的 end. 去掉 :D
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2013-6-7 14:29:40 | 显示全部楼层
19行的 end. 去掉 :D
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

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

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-23 21:20

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表