Discuss this help topic in SecureBlackbox Forum

TElWebDAVCustomLockList.FindFirst

TElWebDAVCustomLockList     See also     


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


Find first item with the desired URL.

Declaration

[C#]
    TElWebDAVLock FindFirst(ref Object Handle, string URL);

[VB.NET]
    Function FindFirst(ByRef Handle As Object, ByVal URL As String) As TElWebDAVLock

[Pascal]
    function FindFirst(var Handle : TElWebDAVLockFindHandle; const URL : string) : TElWebDAVLock; virtual;
    
    TElWebDAVLockFindHandle = TObject;

[C++]
    TElWebDAVLockHandle FindFirst(TObject &Handle, const std::string &URL);

[PHP]
    TElWebDAVLock FindFirst(TObject &$Handle, string $URL)

[Java]
    TElWebDAVLock findFirst(TObject[] Handle, String URL);

Parameters

  • Handle - custom search handle.
  • URL - the desired URL.

Return value

    Returns the first lock in the list that has the desired URL value.

Description

    Use this method to find the first lock in the list with the desired URL.

See also:     Find     FindAll     FindClose     FindNext    

Discuss this help topic in SecureBlackbox Forum