Back to product page

SelectAll method


Selects all items.

Type

None

Syntax

  • Basic
object.SelectAll Value
The SelectAll(object,Value) syntax has these parts:
objectAn expression evaluating to an object of type DirItems.
ValueRequired. A Boolean value. Determines if items are selected or deselected.

Remarks

Available only in ActiveX (GUI) version!

This method will select or deselect all items in wodFtpDLX window. If Value is set to True, items are selected. If it is set to False, items are deselected.

Platforms

Windows