enable

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
enable <object>
Summary

Enables a control so that it responds to user actions.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
object

Any control in an open stack.

Example
enable the selectedObject
enable field "Info" of stack "Entry"
RelatedKeyword: control
Property: enabled
Command: hilite, enable menu, disable
Glossary: object, command, property
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's enabled property to true.

Tagsui