| Unit RkLaunch |
========================================================================= RkLaunch Unit This unit implements the TRkLauncher component. This component is used to launch an application from within a Delphi application. To actually run the desired program, the ShellExecuteEx function is used. Developing Custom Delphi 3 Components Copyright © 1995-1997 by Ray Konopka =========================================================================} {$I DCDC.INC
| Classes |
| Functions |
| Types |
| Constants |
| Variables |
| Functions |
| Types |
TShowMode = ( smNormal, smMaximized, smMinimized, smHide );
| Constants |
| Variables |