"isEnabled";

Shows whether an element has been enabled (see "setEnabled").

Synopsis

shape.isEnabled(string Id);

Parameters

Parameter Description
shape Object name
Id The ID of the element

Description

Shows whether an element has been enabled (see "setEnabled").

Example

The following example shows whether the element "ENGINE"; has been enabled.

main()
{
  DebugN(TREE1.isEnabled("ENGINE"));
}

Assignment

Tree widget