[futurebasic] Re: [FB] [FB5] Documentation of window(_wndRef)

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2009 : Group Archive : Group : All Groups

From: Robert Purves <listrp@...>
Date: Thu, 6 Aug 2009 19:37:58 +1200
Ken Shmidheiser wrote:

> I have always been puzzled why Window(_wndRef) is not documented in  
> the FB Reference, unless somehow I've missed it.


You somehow missed it.

    window function

    Syntax:
    WindowInformation = window(expr)
    ...
    ...
    window(_wndPointer or _wndRef) returns a pointer to the Window  
Record of the current output window.
    ...
    ...

The description is outdated, because there is no Window Record in OS X.

Robert P.