Changeset 315 for trunk/Packages/Common/RegistryEx.pas
- Timestamp:
- Jun 19, 2024, 11:15:44 PM (5 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/RegistryEx.pas
r314 r315 1 unit URegistry; 2 3 {$MODE delphi} 1 unit RegistryEx; 4 2 5 3 interface … … 48 46 HKEY_CURRENT_CONFIG, HKEY_DYN_DATA); 49 47 48 50 49 implementation 51 52 50 53 51 { TRegistryContext } … … 135 133 //CloseKey; 136 134 {$ENDIF} 137 Result := inherited OpenKey(Key, CanCreate);135 Result := inherited; 138 136 end; 139 137
Note:
See TracChangeset
for help on using the changeset viewer.