Method TBrowse():new() Foundation

Creates an instance of the TBrowse class.

Syntax
TBrowse():new( [<nTop>]   , ;
               [<nLeft>]  , ;
               [<nBottom>], ;
               [<nRight>]   ) --> oTBrowse
Parameters
<nTop>
<nTop> is an integer numeric value that determines the top screen row on which the TBrowse object displays. The four arguments <nTop>, <nLeft>, <nBottom> and <nRight> indicate the screen coordinates for the object. The default value for <nTop> is 0.
<nLeft>
<nLeft> is an integer numeric value that determines the left screen column on which the TBrowse object displays. The default value is 0.
<nBottom>
<nBottom> is an integer numeric value that determines the bottom screen row on which the TBrowse object displays. The default is MaxRow().
<nRight>
<nRight> is an integer numeric value which determines the right screen column on which the Tbrowse object displays. The default value is MaxCol().
Return

:new() returns a new TBrowse object which displays the data within the given coordinates. Before data can be displayed, TBColumn objects must be created and attached to it that provide, at a minimum, the data comprising a single column. In addition, the data movement code blocks must be created and assigned to the instance variables :goTopBlock, :goBottomBlock and :skipBlock (see example).

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.