[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: TplProcessThreadUnit.pas line 45
type ILSProcessThread = interface |
||
function GetCanceledMsg; |
|
|
function GetOnStop; |
|
|
function GetOutput; |
|
|
procedure SetCanceledMsg(); |
|
|
procedure SetOnStop(); |
|
|
procedure SetOutput(); |
|
|
procedure Execute(); |
|
|
procedure Stop; |
|
|
property Output: string; [rw] |
|
|
property OnStop: TNotifyEvent; [rw] |
|
|
property CanceledMsg: string; [rw] |
|
|
end; |
|
||
| | ||
IInterface |
CT Web help |
CodeTyphon Studio |