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

Boolean

Syntax

  • Basic
object.Enabled [= value]
The Enabled(object) syntax has these parts:
objectAn expression evaluating to an object of type wodTelnetDLX

Remarks

This property is only available in OCX (GUI) version of the component.

The Enabled property allows wodTelnetDLX 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, if it should provide read-only information.

Platforms

Windows