Class TRkLauncher (unit RkLaunch)

Inherits from

TComponent

Constructors


constructor Create( AOwner : TComponent );

=========================} {== TRkLauncher Methods ==} {=========================


Functions

procedure Launch;


procedure DoTimeout;

Event dispatch methods

procedure Finished;

Do not stop waiting for process to terminate

Properties

property About : TRkAboutInfo


property Action : string


property FileName : string


property Parameters : string


property ShowMode : TShowMode


property StartDir : string


property Timeout : Integer


property ExitCode : DWord


property HInstance : THandle

Read-only properties

property HProcess : THandle


Events

event OnFinished : TNotifyEvent


event OnTimeout : TNotifyEvent


Variables

FAboutInfo : TRkAboutInfo;


FAction : string;


FExitCode : DWord;


FFileName : string;


FHInstance : THandle;


FHProcess : THandle;


FOnFinished : TNotifyEvent;


FOnTimeout : TNotifyEvent;


FParameters : string;


FShowMode : TShowMode;


FStartDir : string;


FTimeout : Integer;



Constructors


constructor Create( AOwner : TComponent );

=========================} {== TRkLauncher Methods ==} {=========================


Functions


procedure Launch;


procedure DoTimeout;

Event dispatch methods


procedure Finished;

Do not stop waiting for process to terminate


Properties


property About : TRkAboutInfo


property Action : string


property FileName : string


property Parameters : string


property ShowMode : TShowMode


property StartDir : string


property Timeout : Integer


property ExitCode : DWord


property HInstance : THandle

Read-only properties


property HProcess : THandle


Events


event OnFinished : TNotifyEvent


event OnTimeout : TNotifyEvent


Variables


FAboutInfo : TRkAboutInfo;


FAction : string;


FExitCode : DWord;


FFileName : string;


FHInstance : THandle;


FHProcess : THandle;


FOnFinished : TNotifyEvent;


FOnTimeout : TNotifyEvent;


FParameters : string;


FShowMode : TShowMode;


FStartDir : string;


FTimeout : Integer;