Topic: APLX Help : System Classes : Properties : enabled
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'enabled' property


Boolean scalar

Valid for: Series, Timer, and all visible objects

The enabled property determines whether an object is active and capable of responding to events such as mouse down. If enabled is 1 (the default), the control is active and potentially responds to events.

Text objects (such as static text, button, check box, radio button, list, edit, menus) display their text as greyed out when they are disabled.

For a Timer object, the enabled property determines whether or not the timer will generate onTimer events at the interval set by the interval property.

For a Series object, the enabled property determines whether the Series is active. If it is 0, the Series does not appear, and is disregarded when the parent Chart computes the scale of the chart.


Topic: APLX Help : System Classes : Properties : enabled
[ Previous | Next | Contents | Index | APL Home ]