Class TPseudoThread (unit Formpage)

Inherits from

TObject

Constructors


constructor Create(CreateSuspended: Boolean);

TPseudoThread -----------------------------------------------------------


Functions

procedure Execute;


procedure Resume;

destructor Destroy; override;

procedure Suspend;


procedure Terminate;


procedure Synchronize(Method: TThreadMethod);


Properties

property FreeOnTerminate : Boolean


property Handle : THandle


property Priority : TThreadPriority


property Suspended : Boolean


property ThreadID : THandle


property ReturnValue : Integer


property Terminated : Boolean


Events

Variables

Destroying : Boolean;


FFreeOnTerminate : Boolean;


FHandle : THandle;


FPriority : TThreadPriority;


FReturnValue : Integer;


FSuspended : Boolean;


FTerminated : Boolean;


FThreadID : THandle;



Constructors


constructor Create(CreateSuspended: Boolean);

TPseudoThread -----------------------------------------------------------


Functions


procedure Execute;


procedure Resume;

destructor Destroy; override;


procedure Suspend;


procedure Terminate;


procedure Synchronize(Method: TThreadMethod);


Properties


property FreeOnTerminate : Boolean


property Handle : THandle


property Priority : TThreadPriority


property Suspended : Boolean


property ThreadID : THandle


property ReturnValue : Integer


property Terminated : Boolean


Events


Variables


Destroying : Boolean;


FFreeOnTerminate : Boolean;


FHandle : THandle;


FPriority : TThreadPriority;


FReturnValue : Integer;


FSuspended : Boolean;


FTerminated : Boolean;


FThreadID : THandle;