Back to product page

Click event


Fires when user clicks on wodTelnetDLX window.

Syntax

  • Basic
Private Sub object_Click (ByVal Row, ByVal Column)
The Click(Row,Column) syntax has these parts:
RowAn Integer value. Holds row number where user clicked.
ColumnAn Integer value. Holds column number where user clicked.

Remarks

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

Click event is fired when user clicks inside wodTelnetDLX, on specific row and column.

Platforms

Windows