mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
Codetools: formatting.
git-svn-id: trunk@54570 -
This commit is contained in:
parent
be7c1a5384
commit
04cdeee412
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user