Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- GT_LIB v1.0 Reference Guide Release 1.0 - <b>display a memo in a box on the screen</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Display a Memo in a box on the screen
------------------------------------------------------------------------------

 Syntax

         GT_Memo(<cText>,[<cTitle>],[<cColour>], ;
             [<cBoxLines>],[<nTop>],[<nLeft>],[<nBottom>], ;
             [<nRight>],[<lEdit>],[<lScreen>]) => cText

 Arguments:

       <cText> is the Memo to display.
       <cTitle> is an optional title for the window.
       <cColour> is an optional colour string.
       <cBoxLines> are the optional box lines to use.
       <nTop>,<nLeft>,<nBottom>,<nRight> are the
       corners of the box. As many or as few of these may
       be used as required. The default is to use most of
       the screen.
       <lScreen> Restore screen after use ? (Default .T.)

 Returns:

       cText

 Description:

       Display a Memo in a box on the screen. Optionally
       allow editing or just viewing.

 Examples:

 Source: GT_MEMO.PRG

 Author:  Martin Bryant

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