Unit 'SpiderCGI' Package
[Overview][Types][Classes][Index] [#pl_freespider]

TSpiderCGI

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

Declaration

Source position: spidercgi.pas line 37

type TSpiderCGI = class(TComponent)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Execute;

  

  property Request: TSpiderRequest; [r]

  

  property Response: TSpiderResponse; [r]

  

  procedure AddDataModule();

  

published

  property OnRequest: TSpiderEvent; [rw]

  

  property Enabled: Boolean; [rw]

  

  property Path: string; [r]

  

end;

Inheritance

TSpiderCGI

  

|

TObject



CT Web help

CodeTyphon Studio