[Overview][Classes][Procedures and functions][Index] Reference for unit 'UTF8Process' (#lazutils)

TProcessUTF8

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

Implements a version of FPC TProcess that allows UTF-8-encoded arguments

Declaration

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;

Inheritance

TProcessUTF8

  

Implements a version of FPC TProcess that allows UTF-8-encoded arguments

|

TProcess

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.