都
都当主席谁种地
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TloginForm.Edit2KeyPress(Sender: TObject;
var Key: Char);
begin
if key=#13 then
speedbutton1.Click;
end;
上面代码是想用回车代替按按纽,执行时出现异常
project jwglxt.exe raised exception class EPrivilege with message 'Privileged
instruction'.Process stopped.Use Step or Run to continue.
请大家给予指点
var Key: Char);
begin
if key=#13 then
speedbutton1.Click;
end;
上面代码是想用回车代替按按纽,执行时出现异常
project jwglxt.exe raised exception class EPrivilege with message 'Privileged
instruction'.Process stopped.Use Step or Run to continue.
请大家给予指点