Back to product page

Selected property


Determines if item is selected.

Type

A Boolean value

Syntax

  • Basic
object.Selected [= value]
The Selected(object,value) syntax has these parts:
objectAn expression evaluating to an object of type DirItem.
valueA 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!

Platforms

Windows