wodFtpDLX ActiveX Control - Visible Property
      
 

Description

Determines if item is visible.


Property type

A Boolean value.  


Syntax

object.Visible [= value]



The Visible 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!

This property determines if item is shown inside wodFtpDLX window or is hidden. It can be set at any time. Changing it will cause immediate effect - meaning item will be shown/hidden immediately when this property is set.

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!