Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>boxturn()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    BoxTurn()

         Turns on/off a window with ligh focus

    Syntax:

         BoxTurn ( aBox [, lMode] ) -> Nil

         aBox  : An Array value with a light focus window
         lMode : The new visual mode. ( By default: .T. )

    Description:

         Reverses the orientation of a focused light window. If lMode is
         true, the window shows up in the normal way. Otherwise, the
         window shows up as pushed.

    Return:

         Nothing.

    Example:

         BoxTurn ( aBox, .T. )

See Also: BoxOpen() BoxDelete() BoxClose() BoxPush()

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