SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

ListEntry Event

Reports a directory listing entry to the application.

Syntax

typedef struct {
  String Filename;
} TsbiSFTPClientListEntryEventParams;

typedef void __fastcall (__closure *TsbiSFTPClientListEntryEvent)(System::TObject* Sender, TsbiSFTPClientListEntryEventParams *e);

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

Remarks

The component fires this event to report a directory listing entry to the application. FileName contains the entry name.

Use CurrentListEntry to access the details of the entry.

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