HbRadioGroup() > Methods |
Checks if an accelerator key is pressed for a radio button.
:getAccel( <nKey>|<cChr> ) --> nPos
Method :getAccel() tests if the passed key code identifys the accelerator key of a HbRadioButton object stored in the internal list of radio buttons. See :caption for the definition of an accelerator key.
The method returns a numeric value indicating the ordinal position of the radio button whose accelerator matches <nKey>|<cKey>. When no radio button has the specified accelerator, the return value is zero.
http://www.xHarbour.com