Ignore:
Timestamp:
Feb 20, 2012, 10:01:11 AM (12 years ago)
Author:
chronos
Message:
  • Modified: TLastOpenedList registry handling methods now do not use custom key subpath.
  • Added: TRectangle class with extended TRect like functionality.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Common/UResetableThread.pas

    r299 r329  
    5353    FOnException: TExceptionEvent;
    5454    procedure MethodFinish(Sender: TObject);
    55     procedure ThreadException(Sender: TObject; E: Exception);
    5655  protected
    5756    function NewItemObject: TObject; override;
     
    5958    LastExceptionClass: TClass;
    6059    LastExceptionMessage: string;
     60    procedure ThreadException(Sender: TObject; E: Exception);
    6161    procedure CheckException;
    6262    procedure WaitForEmpty;
Note: See TracChangeset for help on using the changeset viewer.