diff --git a/packages/fcl-process/src/processbody.inc b/packages/fcl-process/src/processbody.inc index 89ca3fbfd9..a61f420219 100644 --- a/packages/fcl-process/src/processbody.inc +++ b/packages/fcl-process/src/processbody.inc @@ -80,7 +80,7 @@ Type Function GetExitCode : Integer; Function GetRunning : Boolean; Function GetWindowRect : TRect; - procedure SetCommandLine(const AValue: TProcessString); + procedure SetCommandLine(const AValue: TProcessString); deprecated; procedure SetParameters(const AValue: TProcessStrings); Procedure SetWindowRect (Value : TRect); Procedure SetShowWindow (Value : TShowWindowOptions);