Daily stuff not frequently posted a software developer finds out or rants about.

Monday, July 03, 2006

Closing LCL windows on first click on WinCE

The LCL for Windows CE is still quite uncomplete, and since I created this blog to post a few workarounds for Windows CE development, here is a hint I received myself on the Lazarus support forums:

In the OnClose event of the form, use formname.Close;.

Yes, that's all :)

0 Comments:

Post a Comment

<< Home