HbRadioGroup() > Methods xHarbour Developers Network  

oHbRadioGroup:select()

Changes the Selected sate of a radio button in a radio group.

Syntax

:select( <nPos> ) --> self

Arguments

<nPos>
This is a numeric value specifying the ordinal position of the radio button to select. Radio buttons are numbered from 1 to :itemCount.

Description

Method :select() changes the state of the currently selected radio button to Unselected, and the state of the radio button at the ordinal position <nPos> to Selected.

The return value is the HbRadioGroup object.


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