Главная страница | назад





Article #17462: Determining if Delphi Running.

 Question and Answer Database
FAQ2462D.txt Determining if Delphi Running.
Category :Windows API
Platform :All
Product :All 32 bit
Question:
How can I tell if Delphi / C++ Builder is running?
Answer:
Use the example program in the faq for finding a Window.
Note that the main Delphi / C++ Builder class name is
TAppBuilder;
if FindWindow('TAppBuilder', Nil) <> 0 Then
ShowMessage('Delphi and or C++ Builder is running');
7/16/98 4:31:28 PM

Last Modified: 01-SEP-99