home *** CD-ROM | disk | FTP | other *** search
- Unit TCursor;
-
- (* Unit Tipo Cursor Versión 2.12 por David Carrero Fernández-Baillo *)
- (* 06/01/1994 - Programa ShareWare *)
- { La función TipoCursor se basa en la 13 lineas del cursor,
- unicamente seleccionar el comienzo de linea y el fin. }
-
-
- Interface
-
- Const
- VersionTCursor = $0212;
-
- Function MododeVideoTCursor : Integer;
- Procedure TipoCursor(ComienzoLinea, FinLinea : Integer);
- Procedure CursorOculto;
- Procedure CursorCaja;
- Procedure CursorNormal;
-
- Implementation
-
- {...}
-
- begin
- Autor1 := Au1;
- end.
-