lazutils: TProcessUTF8: published properties

git-svn-id: trunk@44981 -
This commit is contained in:
mattias 2014-05-09 12:25:57 +00:00
parent 5372a991b3
commit b45abb7b20

View File

@ -50,6 +50,7 @@ type
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
procedure Execute; override;
published
property ApplicationName: string read FApplicationNameUTF8 write SetApplicationNameUTF8;
property CommandLine: string read FCommandLineUTF8 write SetCommandLineUTF8;
property ConsoleTitle: string read FConsoleTitleUTF8 write SetConsoleTitleUTF8;