Back to product page

Focus event


Fires when user selects the item.

Syntax

  • Basic
Private Sub object_Focus(Item)
The Focus(object,Item) syntax has these parts:
objectA wodFtpDLX object.
ItemA 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.

Platforms

Windows