Back to product page

RecordMode property


Determines what is being saved when Record is issued.

Type

RecordModesEnum enumeration

Syntax

  • Basic
object.RecordMode [= value]
The RecordMode(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

Remarks

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

RecordMode Property allows you to select type of record mode you want to use for recording current session. If you want to record all data that is sent and received, you should set this property to RecordAll. Other options are to record only received data using RecordOnlyReceived and record sent data using RecordOnlySent. In order to start recording data, first you need to use Record method.

Platforms

Windows