Description

Determines if item is selected.


Property type

A Boolean value.  


Syntax

object.Selected [= value]



The Selected Property syntax has these parts:

Part Description
object An expression evaluating to an object of type DirItem.
value A Boolean value.

Remarks

Available only in ActiveX (GUI) version!

Selected property determines if item is selected in wodFtpDLX window. Selection may occur either when user clicks on the item, or because this property is set from the code. In either way, item will be marked with as selected (with blue color on most systems).

You can set this property at any time. If you want to select/deselect all items, use SelectAll method.

Just a reminder - you must call ListDir to get directory listing, and then access files through Ftp.DirItems property in order for this property to be available!