System.Classes.TThread.Finished

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Finished: Boolean read FFinished;

C++

__property bool Finished = {read=FFinished, nodefault};

Properties

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

Description

Indicates whether a thread execution is completed or terminated.

Finished is True when the thread execution is completed or terminated, and False otherwise. This property is read-only.

See Also