Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>whead() window function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  WHEAD()                                                    Window Function
 Purpose..: Return the ID of the first window in the stack
-------------------------------------------------------------------------------
 Syntax...: wHead( ) --> cHeadWinID

 Arguments: none    

 Returns..: <C> The name of the first window in the stack. It will
            be the first window defined that is not activated or the least
            recently window activated by wOpen().

 Source...: WHEAD.PRG
-------------------------------------------------------------------------------
 Example..: The example will print "Two". Window "One" was added
            to the list "tail" when it was opened.

                 wNew( "One" )
                 wNew( "Two" )
                 wNew( "Three" )
                 wNew( "Four" )

                 wOpen( "One" )

                 ? wHead( )

See Also: wNext() wPrev() wTail()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson