[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson