WCon_Frame

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > WCon >

WCon_Frame

 

Description

 

Prints box to WCon window

 

Syntax

 

WCon_Frame(borderType, frameColor, backColor, leftX, topY, rightX, bottomY [, noFillFlag])

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

borderType

Number

No

%WCON_BORDER_NONE, %WCON_BORDER_SINGLE or %WCON_BORDER_DOUBLE

frameColor

Numeric

No

color code used for border

backColor

Numeric

No

color code used for background

leftX

Numeric

No

the left most column

topY

Numeric

No

the top most row

rightX

Numeric

No

the right most column

bottomY

Numeric

No

the bottom most row

noFillFlag

Numeric

Yes

flag which allows to disable background fill, use %TRUE or %FALSE

 

Remarks

 

Restrictions

 

Does not alter cursor position

 

See also

 

Examples