TBrowse() > Methods for columns xHarbour Developers Network  

oTBrowse:colWidth()

Returns the width of a column in the browse display.

Syntax

:colWidth( <nColPos> ) --> nColumnWidth

Arguments

<nColPos>
This is a numeric value specifying the ordinal position of the column whose width should be returned. Columns are numbered from 1 to :colCount.

Description

Method :colWidth() is used to determine the width of a single column in the TBrowse display. If no column exists at position <nColPos>, the return value is zero.


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