Changeset 38 for trunk/UCore.pas


Ignore:
Timestamp:
May 10, 2018, 9:39:53 AM (6 years ago)
Author:
chronos
Message:
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r37 r38  
    9292procedure TCore.DataModuleCreate(Sender: TObject);
    9393begin
    94   RegistryContext := RegContext(HKEY(ApplicationInfo1.RegistryRoot),
     94  RegistryContext := TRegistryContext.Create(ApplicationInfo1.RegistryRoot,
    9595    ApplicationInfo1.RegistryKey);
    9696  Project := TProject.Create;
Note: See TracChangeset for help on using the changeset viewer.