wodFtpDLX ActiveX Control - Click Event
    
 

Description

Fires when use clicks on wodFtpDLX view.


Syntax

Private Sub object_Click(Item, X, Y)



The Click Event syntax has these parts:

Part Description
object A wodFtpDLX object.
Item A DirItem object. Reference to item that user clicked on (NULL or Nothing if click was on background).
X An Integer value. X coordinate where user clicked.
Y An 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.