Codetools: formatting.

git-svn-id: trunk@54570 -
This commit is contained in:
juha 2017-04-08 08:28:57 +00:00
parent be7c1a5384
commit 04cdeee412

View File

@ -74,10 +74,8 @@ type
procedure ClearError;
function HandleException(AnException: Exception): boolean;
procedure SetError(TheFilename: string; const TheMessage: string);
property CatchExceptions: boolean
read FCatchExceptions write FCatchExceptions;
property WriteExceptions: boolean
read FWriteExceptions write FWriteExceptions;
property CatchExceptions: boolean read FCatchExceptions write FCatchExceptions;
property WriteExceptions: boolean read FWriteExceptions write FWriteExceptions;
property ErrorFilename: string read FErrorFilename;
property ErrorMessage: string read fErrorMsg;