Discuss this help topic in SecureBlackbox Forum

TElWebDAVClient.AddressBookQueryClose

TElWebDAVClient     See also     


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


Cleans up resources allocated for the addressbook-query report.

Declaration

[C#]
    void AddressBookQueryClose(Object Ctx);

[VB.NET]
    Sub AddressBookQueryClose(ByVal Ctx As Object)

[Pascal]
    procedure AddressBookQueryClose(Ctx : Pointer);

[C++]
    void AddressBookQueryClose(void * Ctx);

[PHP]
    void AddressBookQueryClose(TSBPointer|array of byte|string|NULL $Ctx)

[Java]
    not available

Parameters

Description

    Call this method when all retrieved vCards are processed to clean the allocated resources.

See also:     AddressBookQueryFirst     AddressBookQueryNext    

Discuss this help topic in SecureBlackbox Forum