HbRadioGroup() > Methods xHarbour Developers Network  

oHbRadioGroup:addItem()

Adds a new radio button to a radio group

Syntax

:addItem( <oHbRadioButton> ) --> self

Arguments

<oHbRadioButton>
This is a HbRadioButton() object to be added to the list of radio buttons.

Description

Method :addItem() accepts a HbRadioButton object and adds it to the internal list of radio buttons. The return value is the HbRadioGroup object. The instance variable :itemCount reflects the new number of radio buttons maintained by a HbRadioGroup object.


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