Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>getreader()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GETREADER()
 Execute standard READ behavior for a Get object
------------------------------------------------------------------------------
 Syntax

     GETREADER(<oGet>) --> NIL

 Arguments

     <oGet> is a reference to a Get object.

 Returns

     GETREADER() always returns NIL.

 Description

     GETREADER() is a Get system function that implements the standard READ
     behavior for Gets.  By default, READMODAL() uses the GETREADER()
     function to read Get objects.  GETREADER() in turn uses other functions
     in Getsys.prg to do the work of reading the Get object.

 Notes

     .  If a Get object's Get:reader instance variable contains a code
        block, READMODAL() will evaluate that block in lieu of the call to
        GETREADER().  For more information refer to the Get:reader reference.

 Files:  Library is CLIPPER.LIB, source file is Getsys.prg.

See Also: GETAPPLYKEY() GETPOSTVALIDATE() GETPREVALIDATE() READMODAL()

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