info("showlater")

The info(“showlater”) function determines whether or not Panorama is currently deferring display.


Description

Use the info(“showlater”) function if your code needs to find out whether or not Panorama is currently deferring display. For example you could use this in a subroutine to find out if the code that called the subroutine has already started deferring display. You can also use this in an implicitly triggered procedure to double check whether Panorama has automatically deferred display during this procedure. See showlater to learn more about deferring display until a procedure is finished.


See Also


History

VersionStatusNotes
10.2NewNew in this version.