SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

FindClose Event

Signals the completion of a directory listing request.

Syntax

typedef struct {
  __int64 ConnectionID;
  int OperationStatus;
} TsbxFTPServerFindCloseEventParams;

typedef void __fastcall (__closure *TsbxFTPServerFindCloseEvent)(System::TObject* Sender, TsbxFTPServerFindCloseEventParams *e);

__property TsbxFTPServerFindCloseEvent OnFindClose = { read=FOnFindClose, write=FOnFindClose };

Remarks

The component fires this event upon completion of a directory listing request. Check the operation status, and alter it, if needed, through the OperationStatus parameter.

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