Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dbframecol()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dbFrameCol()
Returns the color of the SAY for the FRAME
------------------------------------------------------------------------------
Syntax:

     dbFrameCol() --> cCol

Parameters:

     NONE

Returns:

     <cCol> Internal Color

Description:

     Returns the color of the say for the FRAME

Example:

     LOCAL cFrame
     
     // Sets the area for displaying a Frame
     dbFrameOn(3, 10, 20, 76)
     dbFrameTit( "Initalizing." )   // Change the title
     dbFrameDis( "Here are two notices")  // Display
     dbFrameDis( "in the FRAME")  // Display
     cFrame:= dbFrameCol()
     dbInk()
     dbFrameOff()   // Close

See also:

     dbFrameBox(), dbFrameDis(), dbFrameOn()

See Also: dbFrameBox() dbFrameDis() dbFrameOn()

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