Deutsches LiveCode Wiki
Advertisement

Enables a control so that it responds to user actions.

Syntax:

enable object

Examples:

enable the selectedObject
enable field "Info" of stack "Entry"


Use the enable command to allow an object to respond to mouse clicks or keypresses. Disabled objects usually become grey, and the turn normal when enabled.

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

See Also: enable menu Command, disable Command, hilite Command

Advertisement