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>tbinh()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbInh()
Manages inherited values in Get controls
------------------------------------------------------------------------------
Syntax:

     tbInh( <oTbr>, <aInh>, <nMode> ) --> NIL

Parameters:

     <oTbr>     tBrowse object created by tbBrwNew
     <aInh>     Array of inheried fields
     <nMode>    Update mode
     #include dfWin.ch
     +----------------+
     |  Mode      | # |
     |------------+---|
     |  INH_DEF   | 1 |
     |  INH_WRI   | 2 |
     +----------------+
     INH_DEF : Updates the Get controls using the
     inherited values, and updates the key values
     INH_WRI : Overwrites the file fields with the inherited values

Returns:

     NIL

Description:

     Manages inherited fields

Example:

     // An example of tbInh() can be found in a source
     // program generated by dBsee 4

See also:

     tbBrwNew()

See Also: tbBrwNew()

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