IForeThread.Name

Syntax

Name: String;

Description

The Name property determines a thread name.

Comments

As a value, any name can be set that describes operations executed in the current thread.

Example

The example of use is given in description of the IForeThread.Start method.

See also:

IForeThread