Unit 'SysThreadsGroup' Package
[Overview][Types][Classes][Index] [#bs_enginesplus]

TSysExecuteThread

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: systhreadsgroup.pas line 57

type TSysExecuteThread = class(TThread)

protected

  FThreadOwner: TSysThread;

  

  FData: Pointer;

  

  FNotifyEvent: TNotifyEvent;

  

  FThreadNotifyEvent: TSysThreadSynchroNotifyEvent;

  

  FThreadDataNotifyEvent: TSysThreadSynchroDataNotifyEvent;

  

  UpdateData: Pointer;

  

  procedure Execute; override;

  

public

  PercentProgress: Integer;

  

  constructor Create(); virtual;

  

  procedure DoNotifySynchro;

  

  procedure DoThreadNotifySynchro;

  

  procedure DoThreadNotifySynchroData;

  

  procedure Synchronize();

  

  property ThreadOwner: TSysThread; [r]

  

  property Terminated;

  

end;

Inheritance

TSysExecuteThread

  

|

TObject



CT Web help

CodeTyphon Studio