Back to product page

Click event


Fires when use clicks on wodFtpDLX view.

Syntax

  • Basic
Private Sub object_Click(Item, X, Y)
The Click(object,Item,X,Y) syntax has these parts:
objectA wodFtpDLX object.
ItemA DirItem object. Reference to item that user clicked on (NULL or Nothing if click was on background).
XAn Integer value. X coordinate where user clicked.
YAn Integer value. Y coordinate where user clicked.

Remarks

Available only in ActiveX (GUI) version!

This event is called when user clicks on wodFtpDLX window. Provided X and Y arguments represent position inside the window where user clicked, relative to upper left corner.

Platforms

Windows