mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:29:26 +02:00
* Made FRunning and FExitCode protected
git-svn-id: trunk@8757 -
This commit is contained in:
parent
33c4197f43
commit
8127eb0b0f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user