Back to product page

Enabled property


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

Type

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

Syntax

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

Platforms

Windows