xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

FkLabel()

Returns a function key name.

Syntax

FKLABEL( <nFunctionKey> ) --> cKeyLabel

Arguments

<nFunctionKey>
A numeric value identifying a function key. It must be in the range of 1 to 40.

Return

The function returns a character string containing the label of a function key, or a null string ("") when an invalid parameter is passed.

Description

This function exists for compatibility reasons only and is not recommended to be used in new xHarbour programs.

Info

See also:FkMax()
Category: Keyboard functions
Source:rtl\fkmax.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe