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>boxopen()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    BoxOpen()

         Opens a light focus window

    Syntax:

         BoxOpen ( nTop, nLeft, nBottom, nRight, cColor, nFast ) -> aBox

         nTop    : Initial Y of the window.
         nLeft   : Initial X.
         nBottom : Final Y.
         nRight  : Final X
         cColor  : Background colour of the window
         nFast   : Pushing speed of the window

    Description:

         Opens a window at the specified position with colour cColor.
         The used colour is for background and its value must not excede 7
         ( it can not include character "+" )

    Return:

         An array with parameter for BoxPush and BoxClose.

    Example:

         BoxOpen ( 12, 10, 14, 40, "B", 0.2 )

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

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