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>tbgetisact()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbGetIsAct()
Verifies if a control is active
------------------------------------------------------------------------------
Syntax:

     tbGetIsAct( <oTbr>, <nPos>, [<cState>] ) --> lActive

Parameters:

     <oTbr>     tBrowse object
     <nPos>     Control position in the array
     <cState>   Control status to verify

Returns:

     <lActive> Is .T. if the control is active in the given state

Description:

     Verifies if a control is active in a given state

Example:

     // If the 1st control is active in modification
     IF tbGetIsAct( oTbr, 1, DE_STATE_INK )
        // ...
     ENDIF

See also:

     tbCtrlPos()

See Also: tbCtrlPos()

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