mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 02:59:12 +02:00
* deprecate .commandline property setter setcommandline too.
git-svn-id: trunk@40561 -
This commit is contained in:
parent
0846456ce4
commit
8ef868591d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user