[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
oWin:sayRect(<nRow>,<nCol>,<cText>,<nClrFore>,<nClrBack>,<nWidth>) -> <nil>
------------------------------------------------------------------------------
PARAMETER:
<nRow> The row where <cText> will be written. This row is relative
to the top of the window, and it is measured in 'characters'
<nCol> The col where <cText> will be written. This col is relative
to the left side of the window, and it is measured in
'characters'
<cText> The string that should be written to the window.
<nClrFore> Is a numerical Windows COLOR value for the text. The default
value is CLR_BLACK
<nClrBack> Is a numerical Windows COLOR value for the background. The
default value is CLR_WHITE
<nWidth> The maximum width of <cText> that should be written to
the window. This parameter is pixel based. If <nWidth> is
set to 16, only 16 pixel columns ( which would be about two
characters for a normal font ) of the text will be displayed.
DESCRIPTION:
The ::SayRect() method allows the programmer to determine the exact
length of a string that is to written to the client area of the window.
See Also:
SAY
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson