I want to check in my application if the IDE is running or not. The reason for doing that is to prevent unnescesary waiting while debugging. For this reason I thought of using:
if Application.ComponentState = [csDesigning]
But it does not work obviously. Any thoughts?
Darius
_________________________________________________________________
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
