Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TThread.SetReturnValue

Set return value of a thread.

Declaration

Source position: classesh.inc line 2007

public class procedure TThread.SetReturnValue(

  aValue: Integer

);

Description

TThread.SetReturnValue sets the return value of an internally created thread.

Errors

If the thread was not created by the FPC program, an EThreadExternalException exception is raised.

See also

EThreadExternalException

  

Exception raised when an invalid operation is attempted on an external thread.

TThread.CheckTerminated

  

Check if the current thread has finished executing.


Documentation generated on: Jul 24 2023