[Overview][Classes][Procedures and functions][Index] Reference for unit 'AsyncProcess' (#lcl)

TProcessUTF8

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

Declaration

Source position: asyncprocess.pp line 37

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;

Inheritance

TProcessUTF8

|

TProcess

?

TObject