Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - varput modify the value of the associated variable through bsetget http://www.ousob.com [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 VarPut          Modify the value of the associated variable through bSetGet
--------------------------------------------------------------------------------

   Syntax: VarPut( <uVal> ) --> <uRetVal> 

   Parameters:


   <uVal> The value that should be set for the variable associated
   to this control.


   Returns:
   Return value of the evaluation of the ::bSetGet instance variable if
   it is defined. If ::bSetGet is not defined VarPut() return Nil

   Comments:
   The VarPut() method is not unlike the VarPut() method of the Get
   class of CA-Clipper. It will accept a value that should be 'put'
   into the variable linked to this control. However this value will
   only be 'set' if there is a codeblock in the ::bSetGet instance
   variable of this control. Note however that using the VarPut()
   method will NOT change the value of the control of the screen. This
   should be done by calling the Refresh() method of the control.


See Also: Refresh

Online resources provided by: http://www.ousob.com --- NG 2 HTML conversion by Dave Pearson