xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

GetDoSetKey()

Evaluates a SetKey() code block during READ.

Syntax

GetDoSetKey( <bBlock>, <oGet> ) --> NIL

Arguments

<bBlock>
This is a SetKey() code block associated with a key pressed during READ.
<oGet>
This must be the Get object that has input focus. It is determined with GetActive().

Return

The return value is always NIL.

Description

GetDoSetKey() is a utility function of the Get system used for default processing of code blocks associated with a key. It is automatically called within the Get system.

Info

See also:@...GET, Get(), GetApplyKey(), GetActive(), READ, SetKey()
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