| xHarbour Reference Documentation > Function Reference |
![]() |
![]() |
![]() |
Activates editing of @...GET entry fields in text mode.
ReadModal( <GetList> , ;
[<nStartGet>] , ;
[<oTopBarMenu>], ;
[<nMsgRow>] , ;
[<nMsgLeft>] , ;
[<nMsgRight>] , ;
[<cMsgColor>] ) --> lUpDated
The return value is .T. (true) if any Get object in <GetList> is edited and changed by the user, otherwise .F. (false) is returned.
ReadModal() is the functional equivalent of the READ command. The only parameter processed in addition to READ is <nStartGet>. It specifies the first Get to begin editing with.
Refer to the READ command for more information.
| See also: | @...GET, @...SAY, Get(), LastKey(), READ, TopBarMenu() |
| Category: | Get system , UI functions |
| Source: | rtl\getsys.prg, rtl\tgetlist.prg |
| LIB: | xhb.lib |
| DLL: | xhbdll.dll |
http://www.xHarbour.com