Enabled

<< Click to Display Table of Contents >>

 

Enabled

Boolean Defines whether Demo Tag variation is activated. If True, a Demo Tag updates its Value property according to the settings in the Period and the Scan properties. Otherwise, variation is disabled. Default value is True. The next script contains an example of using this property.

Sub CommandButton1_Click()
  Application.GetObject("Data.DemoTag1").Enabled = True
End Sub

Was this page useful?