xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

GuiReader()

Processes user input.

Syntax

GuiReader( <oGet>, <oGetlist>, [<oMenu>], [<oGetMsg>] ) --> NIL

Arguments

<oGet>
This is the Get object that receives input focus first.
<oGetList>
This is the HBGetList() object maintaining the Get entry fields. It is created in ReadModal().
<oMenu>
Optionally, a TopBarMenu() object can be specified. In this case, the menu can be activated by the user.

Return

The return value is always NIL

Description

GuiReader() is a utility function of the Get system. It implements the standard READ behavior of individual Get objects and associated controls. User input is obtained with the Inkey() function.

Note:  the prefix Gui comes from Clipper 5.3 and may be misleading. It has nothing to do with a Graphical User Interface. All Gui functions of the Get system operate with Get objects associated with text mode controls that mimick true GUI controls, such as menus, check boxes or radio buttons, for example.

Info

See also:@...GET, Get(), GuiApplyKey(), READ
Category: Get system
Source:rtl\getsys.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe