| Notes |
If the frontmost window contains a database object, the title can be coerced to an address and used in conjunction with other Frontier verbs - not just window verbs. To see if the title can be used in this way, use defined as follows:
title = window.frontmost ();
if defined (title^) // it can be used as an address
addr = address (title)
|