Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Artful Two for Clipper 5.0 - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Syntax

HEADLINE( cString[, lExpand[, nRow ]] )

Purpose

Paints a box containing one line;  a simple screen headline -- date at
left, time at right, and heading centred -- is painted on this line.

Arguments

     cString -- string to display as the heading

     lExpand -- if .T., expand (ie. double-space) string; defaults to
                    .F.

     nRow -- row on which to start box; defaults to 0

Setup

None.

Example

     HEADLINE( "USER! WAKE UP!", .T., 5 )

Returns

.T.

Side Effects

Paints a box in SYSCOLOR( 1 ) and the headline in SYSCOLOR( 10 ). The top
of the box begins at nRow and ends at nRow + 2 and the headline
appears on nRow + 1.

Artful Calls

EXPAND, SYSCOLOR, TEXTDATE, TEXTTIME, DRAWBOX, CENTRE

Source File

AA_HDLIN.PRG

Notes

None.

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