LevelUse property: Tree class
Description
This property returns the level use of the tree. The values are:
| Value | Description |
|---|---|
|
"S" |
Strict levels |
|
"L" |
Loose levels |
|
"N" |
No levels |
If this is a new tree, and you do not set this property, the default value is Strict Levels.
This property can be used only with an open tree, that is, you must open the tree using the Open method before you can use this property.
This property is read/write.
Example
If &MyTree.LevelUse = "S" Then
/* add levels */
End-If;