VISIBLE |
DEVELOPER |
|
|
Purpose |
.Visible allows you to specify whether certain objects are visible or not. |
Syntax |
Setting: ObjectReference.Visible = Value |
Operation |
ObjectReference is the Tag Name of the object |
Remarks |
When the .Visible property value of an object is set to FALSE, it is skipped by the Timing Cycle. No logic is performed, giving the same behaviour as if the field had been skipped by using a FLD statement. |
Example |
To hide a radio and label (tagname = VisaButton): |
Topic ID: 510097