SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

FindClose Event

Signals the completion of a directory listing request.

Syntax

type TFindCloseEvent = procedure (
  Sender: TObject;
  ConnectionID: Int64;
  var OperationStatus: Integer
) of Object;

property OnFindClose: TFindCloseEvent 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 Delphi Edition - Version 20.0 [Build 8166]