X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6774a5d35508ab4fff8ecacf30b29a07cf69cb78..58e8013e8217e36a4bdf38e6dbad3b21edf61af6:/docs/latex/wx/regkey.tex?ds=sidebyside diff --git a/docs/latex/wx/regkey.tex b/docs/latex/wx/regkey.tex index 6b08425ab2..ac862814c8 100644 --- a/docs/latex/wx/regkey.tex +++ b/docs/latex/wx/regkey.tex @@ -265,5 +265,10 @@ Renames a value. \func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{long}{ lValue}} -Sets the numeric value. +\func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{const wxString\&}{ strValue}} + +\func{bool}{SetValue}{\param{const wxChar *}{szValue}, \param{const wxMemoryBuffer\&}{ buf}} + +Sets the given \arg{szValue} which must be numeric, string or binary depending +on the overload used. If the value doesn't exist, it is created.