xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

GetActive()

Returns or assigns the current Get object during READ.

Syntax

GetActive( [<oGet>] ) --> oGet | NIL

Arguments

<oGet>
If a Get object is passed, it becomes the currently active Get entry field during READ.

Return

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.

Description

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.

Info

See also:@...GET, CurrentGet(), Get(), 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