Changeset 424 for trunk/Packages/Common/URegistry.pas
- Timestamp:
- Apr 25, 2022, 6:22:53 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/URegistry.pas
r423 r424 46 46 HKEY_CURRENT_CONFIG, HKEY_DYN_DATA); 47 47 48 48 49 implementation 49 50 50 51 51 { TRegistryContext } … … 138 138 function TRegistryEx.GetCurrentContext: TRegistryContext; 139 139 begin 140 Result.Key := CurrentPath;140 Result.Key := String(CurrentPath); 141 141 Result.RootKey := RootKey; 142 142 end;
Note:
See TracChangeset
for help on using the changeset viewer.