specified default values to avoid them to be written

This commit is contained in:
Basile Burg 2015-03-23 05:35:59 +01:00
parent 4d1a299818
commit 34c2477541
1 changed files with 4 additions and 4 deletions

View File

@ -294,9 +294,9 @@ type
published
property executable;
property workingDirectory;
property options;
property options default [];
property parameters;
property showWindow;
property showWindow default swoNone;
end;
(*****************************************************************************
@ -306,9 +306,9 @@ type
TProjectRunOptions = class(TCustomProcOptions)
published
property workingDirectory;
property options;
property options default [];
property parameters;
property showWindow;
property showWindow default swoNone;
end;
(*****************************************************************************