wodFtpDLX ActiveX Control - Enabled Property
      
 

Description

Returns or sets a value that determines whether a form or control can respond to user-generated events.


Property type

A Boolean value.  Determines whether the control can respond to user-generated events.


Syntax

object.Enabled [= value]



The Enabled Property syntax has these parts:

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

Remarks

Available only in ActiveX (GUI) version!

The Enabled property allows wodFtpDLX to be enabled or disabled at run time. For example, you can disable is if it doesn't apply to the current state of the application. You can also disable a control used purely for display purposes, is it should only provide read-only information.

When wodFtpDLX is disabled, user's action are not registered (and are disabled). You will not receive notification on user clicks inside wodFtpDLX'es window, now any action will internally be performed on these clicks.