System.Classes.TThread.ExternalThread

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ExternalThread: Boolean read FExternalThread;

C++

__property bool ExternalThread = {read=FExternalThread, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TThread

Description

Specifies whether the current thread is created externally or not.

ExternalThread is used to specify whether the current thread is created externally or not. Note that you cannot terminate an external thread.

See Also