IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

DirList Event

Fires for each entry returned in a directory listing.

Syntax

typedef void __fastcall (__closure *TipwWebDAVDirListEvent)(System::TObject* Sender, TipwWebDAVDirListEventParams *e);


__property TipwWebDAVDirListEvent OnDirList = {read=FOnDirList, write=FOnDirList};

typedef struct {
     String ResourceURI;
     String DisplayName;
     String ContentLanguage;
     String ContentLength;
     String ContentType;
     String LastModified;
} TipwWebDAVDirListEventParams;

Remarks

The DirList event is fired when a directory listing is received as a response to ListDirectory.

The StartTransfer and EndTransfer events mark the beginning and end of the event stream.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]