xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

TBrowseNew()

Creates a new TBrowse object.

Syntax

TBrowseNew( [<nTop>]   , ;
            [<nLeft>]  , ;
            [<nBottom>], ;
            [<nRight>]   ) --> oTBrowse

Arguments

<nTop>
This is the numeric screen coordinate for the top row of the browse display. It defaults to zero and is assigned to the instance variable :nTop.
<nLeft>
This is the numeric screen coordinate for the left column of the browse display. It defaults to zero and is assigned to the instance variable :nLeft.
<nBottom>
This is the numeric screen coordinate for the bottom row of the browse display. It defaults to MaxRow() and is assigned to the instance variable :nBottom.
<nRight>
This is the numeric screen coordinate for the right column of the browse display. It defaults to MaxCol() and is assigned to the instance variable :nRight.

Return

Function TBrowseNew() returns a new, initialized TBrowse object.

Description

Function TBrowseNew() is the functional equivalent of TBrowse():new(). Refer to the description of the Tbrowse object.

Info

See also:TBrowse()
Category: Object functions
Source:rtl\tbrowse.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe