[lazarus] mousecapture

Marc Weustink weus at quicknet.nl
Sun Apr 16 18:41:17 EDT 2000


At 22:26 16-04-2000 -0500, codepunk wrote:
>Hey ,
>
>   Who knows where the two lines that this displays it located?
>
>   MouseCapture = False
>   Handle = 0

After a little text search :

procedure TControl.SetMouseCapture(Value : Boolean);
begin
If MouseCapture then Writeln('MouseCapture = True')
else
Writeln('MouseCapture = False');


Your handle = 0 comes prpobable from the setcapture following

Marc

--
OK, It took some time but the weus at quicknet.nl is working again.






More information about the Lazarus mailing list