EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS3Client.OnControlSendAsString

TElAS3Client     See also    


 

This event is fired when TElAS3Client sends command to the server.

 
 

Declaration

[C#]
    event TSBFTPSTextDataAsStringEvent OnControlSendAsString;
    delegate void TSBFTPSTextDataAsStringEvent(object Sender, string TextLine)

[VB.NET]
    Event OnControlSendAsString As TSBFTPSTextDataAsStringEvent
    Delegate Sub TSBFTPSTextDataAsStringEvent(ByVal Sender As Object, ByVal TextLine As String)

[Pascal]
    property OnControlSendAsString : TSBFTPSTextDataAsStringEvent;
    TSBFTPSTextDataAsStringEvent = procedure(Sender : TObject; const TextLine : string) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • TextLine - text line that contains command
 
 

Description

    This event is fired when TElAS3Client sends command to the server. This event is similar to OnControlSend, except that TextLine is converted from byte array using the server codepage and charset.

 
 

See also:     OnControlSend    

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