* TProcess.ThreadHandle should reference the FThreadHandle field, not FProcessHandle

This commit is contained in:
Sven/Sarah Barth 2025-01-13 17:51:11 +01:00
parent c6c05f8395
commit 546d623526

View File

@ -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;