setPropertyOwnerTag abstract method

void setPropertyOwnerTag(
  1. int tag
)

Tags Properties created from now on with tag (0 clears the tag). Hosts set this around script callbacks they own (a FileFormat view), so the owner's listener registrations can be released as a group.

Implementation

void setPropertyOwnerTag(int tag);