Unit 'FPDServerDebugger' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lz_debuggerfpdserver]

TFPDSendCommand

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

Declaration

Source position: fpdserverdebugger.pas line 24

type TFPDSendCommand = class

protected

  FCommandUID: Integer;

  

  FServerDebugger: TFPDServerDebugger;

  

  FAutomaticFree: Boolean;

  

  function GetAsString; virtual;

  

  procedure ComposeJSon(); virtual;

  

public

  constructor create(); virtual;

  

  procedure DoOnCommandSuccesfull(); virtual;

  

  procedure DoOnCommandReceived(); virtual;

  

  procedure DoOnCommandFailed(); virtual;

  

  property CommandUID: Integer; [r]

  

  property AsString: string; [r]

  

  property AutomaticFree: Boolean; [r]

  

end;

Inheritance

TFPDSendCommand

  

|

TObject



CT Web help

CodeTyphon Studio