JavaScript Editor js editor     Web development 



Main Page

Determines whether the active or specified window has a border.

WBORDER([WindowName])

Parameters

WindowName


Specifies the name of the window for which WBORDER(В ) returns a logical value. WBORDER(В ) returns a logical value for the active output window if you omit a window name.

Return Value

Logical

Remarks

WBORDER(В ) returns true (.T.) if the specified window has a border; otherwise WBORDER(В ) returns false (.F.). By default, windows have borders. Include the NONE clause in DEFINE WINDOW to create a window without a border.

See Also



JavaScript Editor js editor     Web development