Hello!
Using D7 and XP.
Is trying to make a onmouse event to a button working without success. I have the following code in my onmouse event;
if shift=[ssctrl] then form1.label1.caption:='Test';
But if I held down the Ctrl key and click the mouse, the label1 doesn't change. What is wrong??
And a second question; if I have a code in the onclick event, will that code be runnig before onmousedown event?
TIA
Kåre!
Using D7 and XP.
Is trying to make a onmouse event to a button working without success. I have the following code in my onmouse event;
if shift=[ssctrl] then form1.label1.caption:='Test';
But if I held down the Ctrl key and click the mouse, the label1 doesn't change. What is wrong??
And a second question; if I have a code in the onclick event, will that code be runnig before onmousedown event?
TIA
Kåre!