IsOpen property: Tree class
Description
This property returns True if the tree is open, False if the tree is closed.
This property is read-only.
Example
If Not &MyTree.IsOpen Then
&MyTree.Open("","","PERSONAL_DATA", &Date, "", True);
End-If;
Description
This property returns True if the tree is open, False if the tree is closed.
This property is read-only.
Example
If Not &MyTree.IsOpen Then
&MyTree.Open("","","PERSONAL_DATA", &Date, "", True);
End-If;