mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 08:56:01 +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;
|
constructor Create(AOwner: TComponent); override;
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
procedure Execute; override;
|
procedure Execute; override;
|
||||||
|
published
|
||||||
property ApplicationName: string read FApplicationNameUTF8 write SetApplicationNameUTF8;
|
property ApplicationName: string read FApplicationNameUTF8 write SetApplicationNameUTF8;
|
||||||
property CommandLine: string read FCommandLineUTF8 write SetCommandLineUTF8;
|
property CommandLine: string read FCommandLineUTF8 write SetCommandLineUTF8;
|
||||||
property ConsoleTitle: string read FConsoleTitleUTF8 write SetConsoleTitleUTF8;
|
property ConsoleTitle: string read FConsoleTitleUTF8 write SetConsoleTitleUTF8;
|
||||||
|
Loading…
Reference in New Issue
Block a user