enable

Enables a control so that it responds to user actions.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

enable object

# Params

- object : Any control in an open stack.

# Examples

enable the selectedObject

enable field "Info" of stack "Entry"

# Description

Use the enable command to allow an object to respond to mouse clicks or keypresses.

The enable command is equivalent to setting the object enabled property to true.

# Tags

ui,

# See

- **keyword:** control - **property:** enabled - **command:** hilite, enable menu, disable - **glossary:** object, command, property