f$Structure_Visible (f$Struktur_Visible)
f$Structure_Visible (f$Struktur_Visible)
A structure dialog is set as visible or invisible with this function.
Syntax: | Status = f$Struktur_Visible (Number,Visible) | |||
| Argument | Type | Meaning | |
| Number | Integer | Number returned by f$Structure_open | |
| Visible | Integer | 0 – invisible | |
Result: | Integer | Status: -99: a structure dialog with the given number does not exist 0 : everything OK | ||
Example: | status = f$Struktur_Visible (Number,1) | |||