HbRadioButton() > Methods xHarbour Developers Network  

oHbRadioButton:select()

Toggles or defines the (un)cheked state.

Syntax

:select( [<lSelected>] ) --> self

Arguments

<lSelected>
This is an optional logical value defining the Selected (.T.) or Unselected (.F.) state.

Description

When a parameter is passed to the :select() method, it defines the new state of a HbRadioButton object. Calling the method without parameter toggles its state from Selected to Unselected and vice versa.


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