SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

TextDataLine Event

Reports next transferred data line.

Syntax

typedef struct {
  String TextLine;
} TsbiFTPClientTextDataLineEventParams;

typedef void __fastcall (__closure *TsbiFTPClientTextDataLineEvent)(System::TObject* Sender, TsbiFTPClientTextDataLineEventParams *e);

__property TsbiFTPClientTextDataLineEvent OnTextDataLine = { read=FOnTextDataLine, write=FOnTextDataLine };

Remarks

The component fires this event in series when transferring a file in ASCII mode to report each line being transferred.

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