foreach_data_item
Description:
Iterates all data items stored in this setting.
It is safe to add, remove, and modify data items inside func
, though any additions or removals made during iteration will not be
part of the iteration.
Parameters:
this | |
func |
an user provided function |
user_data |
data to be passed to |