// access to values and subkeys
// get value type
- ValueType GetValueType(const char *szValue);
+ ValueType GetValueType(const char *szValue) const;
+ // returns TRUE if the value contains a number (else it's some string)
+ bool IsNumericValue(const char *szValue) const;
// assignment operators set the default value of the key
wxRegKey& operator=(const wxString& strValue)