Sets the boolean value for the specified preference key.
PODSPrefs
void setBoolValueForKey( PODSString key, PODSBoolean bool );
avantgo.preferences.setBoolValueForKey(key, bool)
void PODSsetBoolValueForKey( PODSPrefs* preferences, PODSString key, PODSBoolean bool );
preferences The PODSPrefs object.
key [in] Preference key value. See PODSPrefs key values.
bool [in] Boolean value to set: PODS_TRUE or PODS_FALSE.
None
| Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |