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>tbdisitm()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbDisItm()
Refreshes a control
------------------------------------------------------------------------------
Syntax:

     tbDisItm( <oTbr>, [<cID>] ) --> NIL

Parameters:

     <oTbr>     tBrowse object.
     <cID>      Control Id. If the control id is "#" all controls are
     refreshed.

Returns:

     NIL

Description:

     Refreshes a given control. The control ID may also be a sequence of
     Ids. The function verifies if the control Id, converted to Upper Case,
     in contained in <cId>. N.B. The refresh is only performed in the
     current page. If the object is a Browse object, a Stabilize is also
     performed.

Example:

     LOCAL oTbr := tbBrwNew( 3, 10, 13, 75 )
     // ...
     tbDisItm( oTbr )

See also:

     tbDisGrp(), tbDisRef()

See Also: tbDisGrp() tbDisRef()

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