Unit 'flcTCPUtils' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TAbortableMultiWaitEvent

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

Declaration

Source position: flcTCPUtils.pas line 109

type TAbortableMultiWaitEvent = class

  FLock: TCriticalSection;

  

  FEvent: TSimpleEvent;

  

  FWaitCount: Int32;

  

  FTerminated: Boolean;

  

  procedure Lock;

  

  procedure Unlock;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure SetEvent;

  

  procedure ResetEvent;

  

  function WaitEvent();

  

  procedure SetTerminated;

  

  procedure WaitTerminated();

  

end;

Inheritance

TAbortableMultiWaitEvent

  

|

TObject



CT Web help

CodeTyphon Studio