TBrowse() > Methods for columns xHarbour Developers Network  

oTBrowse:getColumn()

Retrieves a TBColumn object from a TBrowse object.

Syntax

:getColumn( <nColPos> ) --> oTBColumn

Arguments

<nColPos>
This is a numeric value specifying the ordinal position of the column to retrieve from the browser. Columns are numbered from 1 to :colCount.

Description

Method :getColumn() retrieves the TBColumn object at position <nColPos> from a TBrowse object. If the TBColumn object is changed, the TBrowse object must be notified about such changes by calling one of the methods :configure(), :invalidate() or :refreshAll(). Changes made to the TBColumn object become then visible during the next stabilization cycle.


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