Skip to content

Commit ef0825e

Browse files
committed
Remove spurious text in registry.ini
This bug reported in issue #6
1 parent 980b9de commit ef0825e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

csdb/collection/registry.ini

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ FPC=Y
151151
[RegValueExists]
152152
DescEx="<p>Checks if the value specified by <var>APath</var> exists in the registry under root key <var>ARootKey</var>.</p><p>Returns True if the value exists or False if not.</p><p><var>APath</var> is considered to be a combination of a sub-key and value name, separated by a backslash.</p>"
153153
Extra="<p><strong><var>APath</var> example:</strong> An <var>APath</var> parameter with value <mono>'\Software\DelphiDabbler\Demos\TestValue'</mono> represents sub-key <mono>'\Software\DelphiDabbler\Demos'</mono> and value name <mono>'TestValue'</mono>.</p><p>Modified from code contributed by Guru Kathiresan.</p>"
154-
Kathiresan.</p>"
155154
Depends=RegParsePath
156155
SeeAlso=RegDeleteValue,RegReadString,RegWriteString
157156
Units=Windows,Registry

0 commit comments

Comments
 (0)