Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>tbgetcolumn()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbGetColumn()
Get a column from a tBrowse object
------------------------------------------------------------------------------
Syntax:

     tbGetColumn( <oFather>, <cId> ) --> oCol

Parameters:

     <oFather>  Object ot use for get the column
     <cId>      Column ID

Returns:

     <oCol>     Column object

Description:

     Get a column from a tBrowse object

Example:

     ...
     
     // Get the column CodCli from one object
     // end change the picture
     tbGetColumn( lsb0001, "CodCli" ):PICTURE := "!!!!!!"

See also:

     tbBrwNew()

See Also: tbBrwNew()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson