Ignore:
Timestamp:
Oct 31, 2010, 9:40:18 PM (14 years ago)
Author:
george
Message:
  • Modified: TObjectList replaced by generics templates.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Transpascal/Common/ULastOpenedList.pas

    r82 r83  
    7575    ReloadMenu;
    7676  finally
    77     Destroy;
     77    Free;
    7878  end;
    7979end;
     
    9191      WriteString('File' + IntToStr(I), UTF8Decode(Strings[I]));
    9292  finally
    93     Destroy;
     93    Free;
    9494  end;
    9595end;
Note: See TracChangeset for help on using the changeset viewer.