Method TBrowse():new() Foundation
Creates an instance of the TBrowse class.
TBrowse():new( [<nTop>] , ;
[<nLeft>] , ;
[<nBottom>], ;
[<nRight>] ) --> oTBrowse
: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).
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.