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/ModularSystem/UModularSystem.pas

    r132 r137  
    11unit UModularSystem;
    22
    3 {$mode Delphi}{$H+}
    4 
    53interface
    64
    75uses
    8   Classes, SysUtils, fgl, URegistry;
     6  Classes, SysUtils, Generics.Collections, URegistry;
    97
    108type
     
    6563  end;
    6664
    67   TModules = class(TFPGObjectList<TModule>)
     65  TModules = class(TObjectList<TModule>)
    6866  end;
    6967
Note: See TracChangeset for help on using the changeset viewer.