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

TCeosServer

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

Declaration

Source position: ceosserver.pas line 36

type TCeosServer = class(TComponent)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Start;

  

  procedure Stop;

  

  property Active: Boolean; [r]

  

published

  property Port: Integer; [rws]

  

  property Threaded: Boolean; [rws]

  

  property OnRequestError: TOnCeosRequestError; [rw]

  

  property OnException: TOnCeosException; [rw]

  

  property OnGetRequest: TOnCeosGetRequest; [rw]

  

  property OnRequest: TOnCeosRequest; [rw]

  

  property OnStart: TNotifyEvent; [rw]

  

  property OnStop: TNotifyEvent; [rw]

  

end;

Inheritance

TCeosServer

  

|

TObject



CT Web help

CodeTyphon Studio