[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpdserverdebugger.pas line 24
type TFPDSendCommand = class |
||
protected |
||
FCommandUID: Integer; |
|
|
|
||
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; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |