[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  XPgetScreen()
  Return area of a screen text as a Memo var.
------------------------------------------------------------------------------

   Function:   XPgetScreen()

               XPgetScreen() retrieves text from a screen portion and returns
               it in a memo variable. Just like XPgetText() but with more
               lines.

   Syntax:     XPgetScreen([nTop,nLeft,nBottom,nRight]) --> cMemo

   Arguments:  The screen portion to retrive. when omitted it defaults
               to the whole screen.

   Returns:    The screen portion as a Memo.

   Usage:      /* Get whole screen */
               ScrMemo := XPgetScreen()

See Also: XPgetText()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson