mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 04:39:22 +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;
|
procedure ClearError;
|
||||||
function HandleException(AnException: Exception): boolean;
|
function HandleException(AnException: Exception): boolean;
|
||||||
procedure SetError(TheFilename: string; const TheMessage: string);
|
procedure SetError(TheFilename: string; const TheMessage: string);
|
||||||
property CatchExceptions: boolean
|
property CatchExceptions: boolean read FCatchExceptions write FCatchExceptions;
|
||||||
read FCatchExceptions write FCatchExceptions;
|
property WriteExceptions: boolean read FWriteExceptions write FWriteExceptions;
|
||||||
property WriteExceptions: boolean
|
|
||||||
read FWriteExceptions write FWriteExceptions;
|
|
||||||
property ErrorFilename: string read FErrorFilename;
|
property ErrorFilename: string read FErrorFilename;
|
||||||
property ErrorMessage: string read fErrorMsg;
|
property ErrorMessage: string read fErrorMsg;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user