Description: | Determines whether the control or object is enabled or disabled. |
Used in controls/objects: | All controls and objects that accept mouse or keyboard input. |
Values (with constants): | True:Enables the control or object.(POW-TRUE) False:Disables the control or object.(POW-FALSE) Disabled controls or objects generally change their display to a dithered and/or flat appearance, and do not respond to mouse or keyboard events. Note that, if the Enabled property of the Form object is set to False when a control has the focus, the control keeps the focus and events can be generated by key and mouse input to the control. |
Default value: | True(POW-TRUE) |
COBOL picture: | S9(4) COMP-5 |
OLE data type: | VT_BOOL |
Design time access: | Set and reference. |
Execution time access: | Set and reference. |
Backward compatibility attribute: | POW-ENABLEPIC S9(4) COMP-5 |