Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>tbdisgrp()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbDisGrp()
Refreshes a group of controls
------------------------------------------------------------------------------
Syntax:

     tbDisGrp( <oTbr>, [<nType>] ) --> NIL

Parameters:

     <oTbr>     tBrowse object.
     <nType>    Control type. If 0 (default) all controls are considered.
     +------------------------+
     | Control          |  #  |
     |------------------+-----|
     | CTRL_SAY         |  1  |
     | CTRL_BOX         |  2  |
     | CTRL_FUNCTION    |  3  |
     | CTRL_GET         |  4  |
     | CTRL_CMB         |  5  |
     | CTRL_TEXT        |  6  |
     | CTRL_CHECK       |  7  |
     | CTRL_RADIO       |  8  |
     | CTRL_BUTTON      |  9  |
     | CTRL_LISTBOX     | 10  |
     | CTRL_GROUPBOX    | 11  |
     | CTRL_SPIN        | 12  |
     +------------------------+

Returns:

     NIL

Description:

     Refreshes a given set of controls, given their type. The operation is
     only performed in the current page

Example:

     LOCAL oTbr := tbBrwNew( 3, 10, 13, 75 )
     // ...
     tbDisGrp( oTbr, CTRL_GET )

See also:

     tbDisItm(), tbDisRef()

See Also: tbDisItm() tbDisRef()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson