SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ListEntry Event

Passes the next directory listing entry to the application.

Syntax

typedef struct {
  String Filename;
} TsbxWebDAVClientListEntryEventParams;

typedef void __fastcall (__closure *TsbxWebDAVClientListEntryEvent)(System::TObject* Sender, TsbxWebDAVClientListEntryEventParams *e);

__property TsbxWebDAVClientListEntryEvent OnListEntry = { read=FOnListEntry, write=FOnListEntry };

Remarks

The component fires this event repeatedly to pass the whole list of directory entries received in response to a ListDir call to the application. For each entry, FileName contains the received directory entry name, and CurrentListEntry populates all the details.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]