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>tbconfig()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbConfig()
Configures internal parameters
------------------------------------------------------------------------------
Syntax:

     tbConfig( <oTbr> ) --> NIL

Parameters:

     <oTbr>     tBrowse object

Returns:

     <oTbr> Configured tBrowse object

Description:

     Brings the values of internal tBrowse parameters up-to-date

Example:

     // create a new tBrowse
     LOCAL oTbr := tbBrwNew( 3, 10, 13, 75 )
     // ...
     tbSetKey( oTbr                               ,;
               1                                  ,;
               {||"001"}                          ,;
               {||BolRow->CodBol==BolHea->CodBol} ,;
               {||BolRow->CodBol!=BolHea->CodBol}  )
     // ...
     tbConfig( oTbr ) // Configure internal parameters

See also:

     tbSetKey()

See Also: tbSetKey()

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