mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 18:53:28 +02:00
lazutils: TProcessUTF8: published properties
git-svn-id: trunk@44981 -
This commit is contained in:
parent
5372a991b3
commit
b45abb7b20
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user