mirror of https://gitlab.com/basile.b/dexed.git
specified default values to avoid them to be written
This commit is contained in:
parent
4d1a299818
commit
34c2477541
|
@ -294,9 +294,9 @@ type
|
||||||
published
|
published
|
||||||
property executable;
|
property executable;
|
||||||
property workingDirectory;
|
property workingDirectory;
|
||||||
property options;
|
property options default [];
|
||||||
property parameters;
|
property parameters;
|
||||||
property showWindow;
|
property showWindow default swoNone;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
(*****************************************************************************
|
(*****************************************************************************
|
||||||
|
@ -306,9 +306,9 @@ type
|
||||||
TProjectRunOptions = class(TCustomProcOptions)
|
TProjectRunOptions = class(TCustomProcOptions)
|
||||||
published
|
published
|
||||||
property workingDirectory;
|
property workingDirectory;
|
||||||
property options;
|
property options default [];
|
||||||
property parameters;
|
property parameters;
|
||||||
property showWindow;
|
property showWindow default swoNone;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
(*****************************************************************************
|
(*****************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue