enable specifies whether any user interaction can be performed with a widget (i.e. whether it is active or not).
Form XML code:
The property value will appear in the form XML code only once it is set explicitly (the Properties view will change as well):
Possible values:
true, false
Default value:
true
Associated containers and widgets:
Associated 4gl syntax:
Associated ui methods:
SetEnable ↓
GetEnable
Influence and behavior:
With the enable property set to false, widgets and containers become inactive at runtime:
property set in the form |
|
runtime appearance |
|
There are three methods to enable/disable a widget at runtime.