xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

GetApplyKey()

Sends an Inkey() code to the currently active Get object.

Syntax

GetApplyKey( <oGet>, <nKey> ) --> NIL

Arguments

<oGet>
This must be the Get object that has input focus. It is determined with GetActive().
<nKey>
This is the numeric Inkey() code of the key to send to the Get object. Refer to the file Inkey.ch for #define constants that can be used for <nKey>.

Return

The return value is always NIL.

Description

GetApplyKey() is a utility function of the Get system used for default processing of key strokes. It is automatically called within the Get system.

Info

See also:@...GET, Get(), GetActive(), GetDoSetkey(), READ
Category: Get system
Header:Inkey.ch
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