#97, dbgee options, show target as readonly

make obvious that these options are defined per proj/per runnable
This commit is contained in:
Basile Burg 2016-12-15 21:57:03 +01:00
parent 93b7b8f6bb
commit 2c555097c8
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ type
property filename: string read fFname write fFname;
property arguments: TStringList read fAgruments write setOptions;
property queryArguments: boolean read fQueryArguments write fQueryArguments default false;
property target: string read fFname;
property workingDirectory: TCEPathname read fWorkingDir write fWorkingDir;
public
constructor Create(ACollection: TCollection); override;