xHarbour Reference Documentation > Function Reference |
Returns or assigns the current Get object during READ.
GetActive( [<oGet>] ) --> oGet | NIL
The function returns a reference to the currently active Get object while READ is being executed. If there is no pending READ, the return value is NIL.
GetActive() is a utility function of the Get system used to query the Get object currently being edited while READ is being executed. The function also allows for changing the input focus to another Get object, since <oGet> becomes the new active Get object.
See also: | @...GET, CurrentGet(), Get(), READ |
Category: | Get system |
Source: | rtl\getsys.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com