Unit 'IdCommandHandlers' Package
[Overview][Constants][Types][Classes][Index] [#pl_indy]

TIdCommand

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

Declaration

Source position: IdCommandHandlers.pas line 290

type TIdCommand = class(TObject)

protected

  FCommandHandler: TIdCommandHandler;

  

  FDisconnect: Boolean;

  

  FParams: TStrings;

  

  FPerformReply: Boolean;

  

  FRawLine: string;

  

  FReply: TIdReply;

  

  FResponse: TStrings;

  

  FContext: TIdContext;

  

  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 Reply: TIdReply; [rw]

  

  property Response: TStrings; [rw]

  

  property Context: TIdContext; [r]

  

  property UnparsedParams: string; [r]

  

  property SendEmptyResponse: Boolean; [rw]

  

end;

Inheritance

TIdCommand

  

|

TObject



CT Web help

CodeTyphon Studio