[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |