Unit 'ceosserver' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#pl_ceosmw]

THTTPServerThread

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

Declaration

Source position: ceosserver.pas line 85

type THTTPServerThread = class(TThread)

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Execute; override;

  

  procedure DoTerminate; override;

  

  property Active: Boolean; [rw]

  

  property Server: TFPHTTPServer; [r]

  

  property OnException: TOnCeosException; [rw]

  

end;

Inheritance

THTTPServerThread

  

|

TObject



CT Web help

CodeTyphon Studio