H
huait
Unregistered / Unconfirmed
GUEST, unregistred user!
怎么在Button的OnClick事件中判断鼠标的左右键!!!
var
Button:TMouseButton;
begin
if Button=mbLeft then ShowMessage('ssss');
end;
以上程序不好使,怎么办
var
Button:TMouseButton;
begin
if Button=mbLeft then ShowMessage('ssss');
end;
以上程序不好使,怎么办