S
sckking
Unregistered / Unconfirmed
GUEST, unregistred user!
Tform.eidt1keydown(sender:Tobject;var key:word;shift:Tshiftstate);
begin
if key=vk_return then
....
if key=VK_next then
...
end;
我现在想在button1的onclick事件中调用edit1中的key=vk_return,但我不知道参数怎么传递,请高手们指教小弟一下。[
begin
if key=vk_return then
....
if key=VK_next then
...
end;
我现在想在button1的onclick事件中调用edit1中的key=vk_return,但我不知道参数怎么传递,请高手们指教小弟一下。[