Class TInitializationThread

Unit

Declaration

type TInitializationThread = class(TThread)

Description

Initialization thread.

Hierarchy

Overview

Methods

Protected procedure Execute; override;
Public constructor Create(ACallback: TInitializationThreadCallback; ATerminate: TNotifyEvent); reintroduce;

Properties

Public property ErrorMessage: string read FErrorMsg;
Public property ErrorCode: Integer read FErrorCode;

Description

Methods

Protected procedure Execute; override;
 
Public constructor Create(ACallback: TInitializationThreadCallback; ATerminate: TNotifyEvent); reintroduce;

Constructor.

Parameters
ACallback
The callback.
ATerminate
The terminate event.

Properties

Public property ErrorMessage: string read FErrorMsg;

Error message.

Public property ErrorCode: Integer read FErrorCode;

Error code.