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>tbink()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbInk()
Inkey handler on dBsee 4 objects
------------------------------------------------------------------------------
Syntax:

     tbInk( <oTbr>, [<oMaster>] ) --> cCho

Parameters:

     <oTbr>     Object to handle inkey of
     <oMaster>  Optional master object used to REFRESH on. Normally, the
     master object is referenced internally when inkey is
     handled by a List box inside a Form object.

Returns:

     <cCho> Eventual menu option selected

Description:

     This function is the core in handling inkey in the dBsee 4 objects. It
     will handle all the mouse events and the movement onto all the
     controls.

Example:

     // Create a new tBrowse object
     LOCAL oTbr := tbBrwNew( 3, 10, 13, 75 )
     
     // ...Load the object...
     // ...User code...
     
     // Inkey
     tbInk( oTbr )

See also:

     dbInk(), tbAddColumn()

See Also: dbInk() tbAddColumn()

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