Description
-
Returns or sets a value that determines whether a form
or control can respond to user-generated events.
Property type
-
A Boolean value.
Syntax
-
object.Enabled [= value]
The Enabled Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodTelnetDLX. |
| value |
A Boolean value. |
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.
|