Discuss this help topic in SecureBlackbox Forum
WebDAV: Support locks
If you want your WebDAV server to support locks mechanism you should assign an instance of TElWebDAVCustomLockList descendant to TElWebDAVServer.GlobalLockList property. You can use TElWebDAVMemoryLockList class, that stores all locks in memory. One instance of lock list can be shared between TElWebDAVServer instances.