X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e091b2b01599d90ae53a16b18b5ba30e926659f..96461cc29d03b4a7ab72abaae2e7edace93dd2a5:/docs/latex/wx/regkey.tex diff --git a/docs/latex/wx/regkey.tex b/docs/latex/wx/regkey.tex index b33097a358..457ea3b9f1 100644 --- a/docs/latex/wx/regkey.tex +++ b/docs/latex/wx/regkey.tex @@ -11,11 +11,9 @@ \section{\class{wxRegKey}}\label{wxregkey} -wxRegKey is a class representing the Windows Registry. +wxRegKey is a class representing the Windows registry. One can create, query and delete registry keys using this class. -One can Create, Query and Delete Registry Keys using this class. - -Windows Registry is easy to understand. There are 5 Registry Keys namely, +The Windows registry is easy to understand. There are five registry keys, namely: \begin{enumerate}\itemsep=0pt \item HKEY\_CLASSES\_ROOT (HKCR) @@ -25,7 +23,7 @@ Windows Registry is easy to understand. There are 5 Registry Keys namely, \item HKEY\_USERS (HKU) \end{enumerate} -After creating a Key , it can hold a Value. The Values can be , +After creating a key, it can hold a value. The values can be: \begin{enumerate}\itemsep=0pt \item String Value @@ -82,179 +80,161 @@ for(int i=0;i