Function TreeItem.callRecursive

Calls the method on the actual TreeItem and its children recursively. Pass parameters as a comma separated list.

Variant callRecursive(VarArgs...) (
  in String method,
  VarArgs varArgs
);