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/UPDClient.pas

    r113 r137  
    11unit UPDClient;
    2 
    3 {$mode delphi}
    42
    53interface
     
    226224begin
    227225  Properties.Free;
    228   inherited Destroy;
     226  inherited;
    229227end;
    230228
     
    257255begin
    258256  Properties.Free;
    259   inherited Destroy;
     257  inherited;
    260258end;
    261259
     
    289287  Objects.Free;
    290288  ColumnsFilter.Free;
    291   inherited Destroy;
     289  inherited;
    292290end;
    293291
     
    423421begin
    424422  Types.Free;
    425   inherited Destroy;
     423  inherited;
    426424end;
    427425
Note: See TracChangeset for help on using the changeset viewer.