HbRadioGroup() > Methods xHarbour Developers Network  

oHbRadioGroup:getItem()

Retrieves a radio button object.

Syntax

:getItem( <nPos> ) --> oHbRadioButton

Arguments

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

Description

Method :getItem() returns the HbRadioButton() object stored at position <nPos> in the internal list of radio buttons, or NIL when an invalid position is specified.


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