delphi 用‘函数’ 向 MEMO 控件 写入文本。 该如何申明这个函数?本人新手,请详细讲解。
functionfunc1(a,b:integer):string;beginmemo1.lines[0]:='我要输入文本';end;//这是我的程序报错:undecl...
function func1(a,b:integer):string;
begin
memo1.lines[0] := '我要输入文本';
end; //这是我的程序
报错:undeclared identifier:'memo1'
我知道大概是我的函数缺少参数,求详细讲解。 展开
begin
memo1.lines[0] := '我要输入文本';
end; //这是我的程序
报错:undeclared identifier:'memo1'
我知道大概是我的函数缺少参数,求详细讲解。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询