S
shuke
Unregistered / Unconfirmed
GUEST, unregistred user!
两个TEdit框, 用来设定密码,一个label,用来存放提示信息, 如果两个框都不为空且
Tedit1.Text=Tedit2.Text即认为是密码有效.可是下面这段程序编译时出错,你看看是什么原因.
begin
s1:=Tedit1.Text;
S2:=Tedit2.Text;
if s1=s2 and s1<>'' and s3<>'' then
Label1.Caption:='密码有效';
end;
Tedit1.Text=Tedit2.Text即认为是密码有效.可是下面这段程序编译时出错,你看看是什么原因.
begin
s1:=Tedit1.Text;
S2:=Tedit2.Text;
if s1=s2 and s1<>'' and s3<>'' then
Label1.Caption:='密码有效';
end;