Discuss this help topic in SecureBlackbox Forum

TElWebDAVCustomLockList.FindNext

TElWebDAVCustomLockList     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Find nex item in the list with the desired URL.

Declaration

[C#]
    TElWebDAVLock FindNext(Object Handle);

[VB.NET]
    Function FindNext(ByVal Handle As Object) As TElWebDAVLock

[Pascal]
    function FindNext(Handle : TElWebDAVLockFindHandle) : TElWebDAVLock; virtual;
    
    TElWebDAVLockFindHandle = TObject;

[C++]
    TElWebDAVLockHandle FindNext(TObject &Handle);
    TElWebDAVLockHandle FindNext(TObject *Handle);

[PHP]
    TElWebDAVLock FindNext(TObject $Handle)

[Java]
    TElWebDAVLock findNext(TObject Handle);

Parameters

  • Handle - custom search handle, passed by FindFirst method.

Return value

    Returns the next item in the list with the desired URL.

Description

    Use this methodto find the next lock with the desired URL. Prior to this method, FindFirst must be called, and the search handle must be passed to FindNext.

See also:     Find     FindAll     FindClose     FindFirst    

Discuss this help topic in SecureBlackbox Forum