| [Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a version of FPC TProcess that allows UTF-8-encoded arguments
Source position: utf8process.pp line 42
type TProcessUTF8 = class(TProcess) |
||
public |
||
constructor Create(); override; |
|
Constructor for the class instance |
destructor Destroy; override; |
|
Destructor for the class instance |
procedure Execute; override; |
|
Starts execution of the process |
procedure ParseCmdLine(); |
|
Separates values in CommandLine into the Executable and Parameters properties |
published |
||
property ApplicationName: string; [rw] |
|
|
property CommandLine: string; [rw] |
|
Command line with options to execute in the process |
property ConsoleTitle: string; [rw] |
|
|
property CurrentDirectory: string; [rw] |
|
|
property Desktop: string; [rw] |
|
|
property Environment: TStrings; [rw] |
|
|
property Executable: string; [rw] |
|
|
property Parameters: TStrings; [rw] |
|
|
end; |
|
Implements a version of FPC TProcess that allows UTF-8-encoded arguments |
|
| | | ||
| | | ||
| | | ||
| | | ||
| lazarus-ccr.sourceforge.net |