Unit 'acs_classes' Package
[Overview][Constants][Types][Classes][Index] [#pl_acs]

TACSThread

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

Declaration

Source position: acs_classes.pas line 68

type TACSThread = class(TThread)

public

  Parent: TObject;

  

  Terminating: Boolean;

  

  Stop: Boolean;

  

  HandleException: TACSHandleThreadException;

  

  Delay: Integer;

  

  CS: TRTLCriticalSection;

  

  constructor Create;

  

  procedure DoPause;

  

  procedure DoResume;

  

  procedure Execute; override;

  

end;

Inheritance

TACSThread

  

|

TObject



CT Web help

CodeTyphon Studio