"Use" locks shared objects by locker ID.

if you write

Use (Storage)

Storage.prop:=New shared object

End use

trace it, and enabled "display type" in the debugger pane,

you would see that the locker id of Storage is -7 (don't ask me why).

Storage.prop would be -15 (ditto)

therefore, locking Storage won't lock Storage.prop.

> 2019/02/02 6:45、David Ringsmuth via 4D_Tech <4d_tech@lists.4d.com>のメール:
> The documentation does not show examples of this.
> The point is that locking should occur at the parent of the property being 
> updated, not unnecessarily at the top level.
> Is that correct?




**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to