Ignore:
Timestamp:
Apr 25, 2022, 6:22:53 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Update Common package to version 0.10.
  • Modified: fgl unit replaced by Generics.Collections.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/URegistry.pas

    r423 r424  
    4646    HKEY_CURRENT_CONFIG, HKEY_DYN_DATA);
    4747
     48
    4849implementation
    49 
    5050
    5151{ TRegistryContext }
     
    138138function TRegistryEx.GetCurrentContext: TRegistryContext;
    139139begin
    140   Result.Key := CurrentPath;
     140  Result.Key := String(CurrentPath);
    141141  Result.RootKey := RootKey;
    142142end;
Note: See TracChangeset for help on using the changeset viewer.