[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: IdCommandHandlers.pas line 290
type TIdCommand = class(TObject) |
||
protected |
||
|
||
FDisconnect: Boolean; |
|
|
FParams: TStrings; |
|
|
FPerformReply: Boolean; |
|
|
FRawLine: string; |
|
|
|
||
FResponse: TStrings; |
|
|
|
||
FUnparsedParams: string; |
|
|
FSendEmptyResponse: Boolean; |
|
|
procedure DoCommand; virtual; |
|
|
procedure SetReply(); |
|
|
procedure SetResponse(); |
|
|
public |
||
constructor Create(); virtual; |
|
|
destructor Destroy; override; |
|
|
procedure SendReply; |
|
|
property CommandHandler: TIdCommandHandler; [r] |
|
|
property Disconnect: Boolean; [rw] |
|
|
property PerformReply: Boolean; [rw] |
|
|
property Params: TStrings; [r] |
|
|
property RawLine: string; [r] |
|
|
|
||
property Response: TStrings; [rw] |
|
|
property Context: TIdContext; [r] |
|
|
property UnparsedParams: string; [r] |
|
|
property SendEmptyResponse: Boolean; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |