wodTelnetDLX ActiveX Control - Record Method
      
 

Description

Start recording current session.


Return Type

None  


Syntax

object.Record Filename



The Record Method syntax has these parts:

Part Description
object An expression evaluating to an object of type wodTelnetDLX.
Filename Required. A String value. Full path to a file where session data will be saved.

Remarks

This method is only available in OCX (GUI) version of the component.

Record method will start recording of all data that is sent and received in current session, or until Record method is called again with Filename set to "". Until that time, file specified in Filename argument will be locked and will be updated with contents of sent and received data.

Using RecordMode property record mode can be adapted to record only data that is sent or one that is received.

This data can reconstruct your session simply by calling Play method.