How to Create a delay without a timer?
Answer / Devesh Mittal
In Delphi, creating a delay without using a Timer requires emulating sleep by periodically checking the system time: For example, repeat until (System.CurrentTime - start_time) > delay_in_seconds.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to Determine whether itis a canvas is a Metafile Canvas?
What are the ways to close a modal form?
Does Delphi 5 include Resource Workshop and InstallShield Express?
How to Add accelerator characters to TTabsheets?
Why IBM hire you only?
1 Answers Goldman Sachs, IBM, Time,
How to Get the windows directory?
How to Determine if an object supports a property?
How to custom draw menu items?
How to eject a CD-ROM in code?
What is the target load order?
How to Draw in scale without using Windows Mapping Modes?
How to Use JPEGs from resource files ?