Jump to content

Freeze delphi

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
2710

2710

    Programmer

  • Members
  • PipPipPipPip
  • 110 posts
Hi,

Is it possible to freeze delphi? Like say you have a line of code from line 1-200, and it runs it in like a split second, I want it to freeze at line maybe 40 for 10 seconds before continuing. I can't seem to do it. I tried using the timer component, but the timer doesn't actually freeze delphi, it only runs alongside it.

Any help appreciated thanks

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Sleep procedure
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
2710

2710

    Programmer

  • Members
  • PipPipPipPip
  • 110 posts
Thanks you :)