Value Property

<< Click to Display Table of Contents >>

 

Value Property

In E3, many objects have a common property, called Value. In this specific case, users can access this property by using the name of the object itself, as in the next example.

Button1 = False

 

Which is equivalent to the next example.

Button1.Value = False

Was this page useful?