Description
-
Fires when user selects the item.
Syntax
-
Private Sub
object_Focus(Item)
The Focus Event syntax has these parts:
| object |
A wodFtpDLX
object. |
| Item |
A DirItem object.
Reference to item that got focus. |
Remarks
-
Available only in ActiveX (GUI) version!
Focus event is fired when user performs single click to
item inside wodFtpDLX window, or uses keyboard to navigate
through items. When item has focus, it will turn blue. At
this point user has not selected the item yet, so you
shouldn't implement any 'execute' code for
it.
|