
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>tbfreeze()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbFreeze()
Freeze/UnFreeze the first column of a tBrowse
------------------------------------------------------------------------------
Syntax:
tbFreeze( <oTbr> ) --> NIL
Parameters:
<oTbr> tBrowse object
Returns:
NIL
Description:
Freeze/UnFreeze the first column of a tBrowse
Example:
// create a new tBrowse
LOCAL oTbr := tbBrwNew( 3, 10, 13, 75 )
tbFreeze( oTbr ) // Freeze/UnFreeze the first
// column of a tBrowse
See also:
tbBrwNew()
See Also: tbBrwNew()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson