ENABLE keyword

Enables an object for events (like ON CLICK) after it was disabled with DISABLE.

Syntax

ENABLE object

Parameters

  • object: object to enable (required)

Example

ENABLE myImage

Go back to list of Keywords.