Ignore:
Timestamp:
Sep 9, 2022, 1:16:58 AM (2 years 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/Common/UUtils.pas

    r81 r137  
    11unit UUtils;
    2 
    3 {$mode delphi}{$H+}
    42
    53interface
     
    1715function HumanDate(Date: TDateTime): string;
    1816function PagesList(URL: string; Page, TotalCount, CountPerPage: Integer): string;
     17
    1918
    2019implementation
     
    137136end;
    138137
    139 
    140 initialization
    141 
    142 finalization
    143 
    144138end.
Note: See TracChangeset for help on using the changeset viewer.