* Made FRunning and FExitCode protected

git-svn-id: trunk@8757 -
This commit is contained in:
michael 2007-10-09 21:12:04 +00:00
parent 33c4197f43
commit 8127eb0b0f

View File

@ -56,7 +56,6 @@ Type
FCurrentDirectory : String;
FDesktop : String;
FEnvironment : Tstrings;
FExitCode : Cardinal;
FShowWindow : TShowWindowOptions;
FInherithandles : Boolean;
FRunning : Boolean;
@ -85,6 +84,8 @@ Type
procedure SetEnvironment(const Value: TStrings);
function PeekExitStatus: Boolean;
Protected
FRunning : Boolean;
FExitCode : Cardinal;
FInputStream : TOutputPipeStream;
FOutputStream : TInputPipeStream;
FStderrStream : TInputPipeStream;