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>tbrtr()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbRtr()
Refreshes an object after a record modification
------------------------------------------------------------------------------
Syntax:

     tbRtr( <oTbr>, [<oMaster>] ) --> NIL

Parameters:

     <oTbr>     tBrowse object
     <oMaster>  Object to which it belongs

Returns:

     NIL

Description:

     Refreshes an object after a record modification. If the object is a
     List Box, than also the object that contains it, if specified, will be
     refershed.

Example:

     // initialise the browse
     oTbr := tbBrwNew( 0, 0, MAXROW(), MAXCOL() )
     // ...
     tbRtr( oTbr )

See also:

     tbAtr(), tbEtr()

See Also: tbAtr() tbEtr()

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