mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-21 03:02:57 +02:00
* TProcess.ThreadHandle should reference the FThreadHandle field, not FProcessHandle
This commit is contained in:
parent
c6c05f8395
commit
546d623526
@ -201,7 +201,7 @@ Type
|
||||
Property WindowRect : Trect Read GetWindowRect Write SetWindowRect;
|
||||
Property Handle : THandle Read FProcessHandle;
|
||||
Property ProcessHandle : THandle Read FProcessHandle;
|
||||
Property ThreadHandle : THandle Read FProcessHandle;
|
||||
Property ThreadHandle : THandle Read FThreadHandle;
|
||||
Property ProcessID : Integer Read FProcessID;
|
||||
Property ThreadID : Integer Read FThreadID;
|
||||
Property Input : TOutputPipeStream Read GetInputStream;
|
||||
|
Loading…
Reference in New Issue
Block a user