for_each_setting_value
Description:
Iterates over the properties of each Setting object in the Connection, calling the supplied user function for each property.
Parameters:
this |
the Connection |
func |
user-supplied function called for each setting's property |
user_data |
user data passed to |