Function GetActive() Foundation
Returns the Get object that has input focus.
GetActive( [<oGet>] ) --> oGet | NIL
GetActive() returns the Get object that currently has input focus. If no Get object has focus, GetActive() returns NIL.
GetActive() is a service function of the Xbase++ Get system. It returns the Get object which has input focus and can also be used to set focus to the Get object passed as an optional argument.
GetActive(), as a rule, is only used for determining the active Get object so that messages can be sent to it. It is often used with another function such as SetAppEvent() or in a SetKey() procedure.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.