Unit 'IdIOHandlerChain' Package
[Overview][Types][Classes][Index] [#pl_indy]

TIdChainEngine

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

Declaration

Source position: IdIOHandlerChain.pas line 197

type TIdChainEngine = class(TIdBaseComponent)

protected

  FCompletionPort: THandle;

  

  FThread: TIdChainEngineThread;

  

  procedure Execute;

  

  function GetInputBuffer();

  

  procedure InitComponent; override;

  

  procedure SetIOHandlerOptions();

  

  procedure Terminating;

  

public

  procedure AddWork();

  

  procedure BeforeDestruction; override;

  

  destructor Destroy; override;

  

  procedure RemoveSocket();

  

  procedure SocketAccepted();

  

end;

Inheritance

TIdChainEngine

  

|

TIdBaseComponent

  

|

TIdInitializerComponent

  

|

TObject



CT Web help

CodeTyphon Studio