Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FreshWin (c) Fresh Technologies - <b>warray() window function</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  WARRAY()                                                   Window Function
 Purpose..: Return the window structure
-------------------------------------------------------------------------------
 Syntax...: wArray( [<uWin>] ) --> aCurWindo

 Arguments: [<uWin>] = the string identifier of the window
                       OR the reference to the window structure
                       returned as an array by wNew(). If not passed,
                       the function returns an empty array.

 Returns..: <A> The structure of the window in the form of an array.

 Remark...: If you want to alter the window stucture, you should
            use wSet() or one of the other window functions rather
            than this one. Have a look at wind.ch to see the structure.

 Source...: WARRAY.PRG
-------------------------------------------------------------------------------
 Example..: .  aThisWin := wArray( "MyWin" )

 Note.....: The array, aThisWin, contains a reference to
            the structure of the window, "MyWin".

See Also: wNew() wSet()

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