System.EndThread
Delphi
procedure EndThread(ExitCode: Integer);
C++
extern DELPHI_PACKAGE void __fastcall EndThread(int ExitCode);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
public | System.pas System.hpp |
System | System |
説明
スレッドの実行を終了します。
EndThread 関数は,指定した ExitCode を使ってスレッドの実行を終了します。
メモ: Windows の場合,EndThread 関数は,WinAPI の ExitThread を呼び出し,指定された ExitCode を渡します。