vlp-15 Set version to 3.1. Replaced hardcoded strings with generated ones.
[vlp.git] / doc / html-old / ansi.html
1 <HTML>
2 <HEAD>
3 </HEAD>
4 <BODY>
5 <B>Class ANSI</B><BR>
6 Class <B> ANSI </B> implements simple operations in the text mode.
7 <UL>
8 <LI> unit <B>GotoXY</B>:procedure(x,y:integer)<BR>
9 Moves the text cursor to the position (x,y)
10 <LI> unit <B>SetColor</B>:procedure(color:integer)<BR>
11 Sets the foreground color for text writing.
12 <LI> unit <B>SetBackground</B>:procedure(color:integer)<BR>
13 Sets the background color for text writing.
14 <LI> unit <B>Bold</B>:procedure<BR>
15 Sets the font to bold font.
16 <LI> unit <B>Normal</B>:procedure<BR>
17 Sets the font to normal font.
18 <LI> unit <B>Clear</B>:procedure<BR>
19 Clears terminal.
20 </UL>
21 <HR>
22 <A HREF="index.html">Return to Index</A>
23 </BODY>
24 </HTML>