Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TSDWIN: Clipper 5.0 Interface Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

 _twHandle( wHndl )
 ----------------------------------------------------------------------------

     Get/Set the window handle for addressing of library
              functions.

       Arguments:

     wHndl  - 'N' Window handle to set. Defaults to the current handle.

       Return:

      Current window handle

       Example:

      win1 := twOpen()
      win2 := twOpen( 5, 5, 10, 10, "w+/b")

      // write to win2
      twSay( 2, 2, "I'm window number 2" )
      // write to win1
      _wHandle( win1 )
      twSay( 2, 2, "I'm window number 1" )

See Also: twActivate() twDisplay() twOpen()

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