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

ELaunchError -
TRkLauncher -

Functions

Types

TShowMode

Constants

ShowWindowModes

Variables


Functions


Types


TShowMode = ( smNormal, smMaximized, smMinimized, smHide );

Constants

ShowWindowModes = ( sw_Normal, sw_ShowMaximized, sw_ShowMinimized, sw_Hide )


Variables