Ignore:
Timestamp:
Sep 9, 2022, 1:16:58 AM (21 months ago)
Author:
chronos
Message:
  • Added: Robots page.
  • Modified: Canonical URL for webcams.
  • Modified: Removed compiler mode delphi as it is already set in project.
  • Modified: Updated Common package.
  • Modified: Use Generics.Collections instead of fgl.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/PersistentData/Backend/UPDClientMySQL.pas

    r113 r137  
    11unit UPDClientMySQL;
    2 
    3 {$mode delphi}
    42
    53interface
     
    4644  end;
    4745
     46
    4847implementation
    49 
    5048
    5149resourcestring
    5250  SMissingBaseType = 'Missing base typ for %s';
    5351  SUndefinedType = 'Undefined type in %0:s.%1:s';
    54 
    5552
    5653{ TPDClientMySQL }
     
    262259begin
    263260  FreeAndNil(FDatabase);
    264   inherited Destroy;
     261  inherited;
    265262end;
    266263
Note: See TracChangeset for help on using the changeset viewer.