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/Application/UWebSession.pas

    r130 r137  
    11unit UWebSession;
    2 
    3 {$mode delphi}
    42
    53interface
     
    7068begin
    7169  with TModuleBase(ModuleManager.FindModuleByName('Base')) do
    72   if Assigned(GeneratePage) then GeneratePage(Self, Page)
     70  if Assigned(OnGeneratePage) then OnGeneratePage(Self, Page)
    7371    else GeneratePageDefault(Self, Page);
    7472end;
Note: See TracChangeset for help on using the changeset viewer.