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>tbgetobj()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
tbGetObj()
Returns the object of current tbGet or dfAutoForm
------------------------------------------------------------------------------
Syntax:

     tbGetObj() --> oTbr

Parameters:

     NONE

Returns:

     <oTbr> Object on which the AUTOMATIC form is built

Description:

     This function returns the object created by the AUTOMATIC FORM
     function dfAutoForm(). In this way, it is possible to execute
     refreshes on the data displayed.

Example:

     LOCAL aCTRL := {}
     
     ATTACH "0001" TO aCTRL GET AS PUSHBUTTON "Press here";
        AT  nBottom+1, nLeft+nPos+8        ;// Coordinates
        FUNCTION {||Handle(tbGetObj())}  ;// Control
        ACTIVE   .T.                       ;// Activation
        MESSAGE ""                          // User Info
     
     dfAutoForm( NIL, NIL, aCTRL )

See also:

     dfAutoForm()

See Also: dfAutoForm()

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