HbRadioButton() > Methods xHarbour Developers Network  

oHbRadioButton:isAccel()

Checks if an accelerator key is pressed.

Syntax

:isAccel( <nKey>|<cChr> ) --> lIsAccelerator

Arguments

<nKey>
This is a numeric Inkey() code to test.
<cChr>
Alternatively, a single character can be passed.

Description

Method :isAccel() tests if the passed key code identifys the accelerator key of a HbRadiohButton object. See :caption for the definition of an accelerator key.

The return value is .T. (true) when the passed parameter identifies the accelerator, otherwise .F. (false) is returned.


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