LockObject Method
Description
Locks the object. Returns True if the object has been changed on the server.
Syntax
Visual Basic
Public Function LockObject() As Boolean
Remarks

If the object is locked, no other user can change or delete it.

The object is unlocked on a Post or Refresh operation and when the connection is logged off the project.

See Also