Minor doc corr

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-10-13 22:00:40 +00:00
parent 7e59e3d050
commit 7909f748e6

View File

@@ -293,7 +293,7 @@ Gets the string value.
\constfunc{wxString}{GetType}{\void}
Returns the value type as a string. The built-in types are: bool, char, date, double, list, long, string, stringlist, time, void*.
Returns the value type as a string. The built-in types are: bool, char, datetime, double, list, long, string, arrstring, void*.
If the variant is null, the value type returned is the string ``null" (not the empty string).