| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
Detect whether your program runs in the IDE
Below is another way to detect whether your program runs in the Delphi IDE. The symbol DebugHook is defined in a system unit (tested here with Delphi 5), so you do not need to add any units to the USES clause as shown in the example below.
Comments:
|