EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.OnTextDataLine

TElAS3Client     See also    


 

This event is fired when the file is downloaded in text mode.

 
 

Declaration

[C#]
    event TSBFTPSTextDataEvent OnTextDataLine;
    delegate void TSBFTPSTextDataEvent(object Sender, byte[] TextLine)

[VB.NET]
    Event OnTextDataLine As TSBFTPSTextDataEvent
    Delegate Sub TSBFTPSTextDataEvent(ByVal Sender As Object, ByVal TextLine As Byte())

[Pascal]
    property OnTextDataLine : TSBFTPSTextDataEvent;
    TSBFTPSTextDataEvent = procedure(Sender : TObject; const TextLine : BufferType) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • TextLine - next portion of data from the server
 
 

Description

    This event is fired by TElAS3Client consequently (thus returning the file data string by string), until the whole file is received.

 
 

See also:     OnBinaryData     OnTextDataLineAsString    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation