HbRadioGroup() > Methods xHarbour Developers Network  

oHbRadioGroup:delItem()

Removes a radio button from a HbRadioGroup object.

Syntax

:delItem( <nPos> ) --> self

Arguments

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

Description

Method :delItem() is used to remove a single radio button from a HbRadioGroup object. The method returns the HbRadioGroup object. Use method :getItem() to preserve the radio button before it is deleted.


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