HbCheckBox() > Methods xHarbour Developers Network  

oHbCheckBox:select()

Toggles or defines the (un)cheked state.

Syntax

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

Arguments

<lCHecked>
This is an optional logical value defining the Checked (.T.) or Unchecked (.F.) state.

Description

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


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