[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: utf8process.pp line 36
type TProcessUTF8 = class(TProcess) |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
procedure Execute; override; |
|
|
property ApplicationName: String; [rw] |
|
|
property CommandLine: String; [rw] |
|
|
property ConsoleTitle: String; [rw] |
|
|
property CurrentDirectory: String; [rw] |
|
|
property Desktop: String; [rw] |
|
|
property Environment: TStrings; [rw] |
|
|
end; |
|
||
| | ||
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |