diff --git a/components/lazutils/utf8process.pp b/components/lazutils/utf8process.pp index 7db67c7d67..db19f512aa 100644 --- a/components/lazutils/utf8process.pp +++ b/components/lazutils/utf8process.pp @@ -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;