X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e091b2b01599d90ae53a16b18b5ba30e926659f..dc484d491b15355285a89da275c58c2ef247d1f4:/docs/latex/wx/regkey.tex diff --git a/docs/latex/wx/regkey.tex b/docs/latex/wx/regkey.tex index b33097a358..ac862814c8 100644 --- a/docs/latex/wx/regkey.tex +++ b/docs/latex/wx/regkey.tex @@ -11,11 +11,12 @@ \section{\class{wxRegKey}}\label{wxregkey} -wxRegKey is a class representing the Windows Registry. +wxRegKey is a class representing the Windows registry (it is only available +under Windows). 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 +26,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 @@ -41,7 +42,7 @@ None \wxheading{Include files} - + \wxheading{Example} @@ -76,185 +77,198 @@ for(int i=0;i