home *** CD-ROM | disk | FTP | other *** search
/ PC Media 23 / PC MEDIA CD23.iso / share / prog / dclib500 / tcursor.int < prev    next >
Encoding:
Text File  |  1994-03-26  |  554 b   |  27 lines

  1. Unit TCursor;
  2.  
  3. (* Unit Tipo Cursor Versión 2.12 por David Carrero Fernández-Baillo *)
  4. (* 06/01/1994 - Programa ShareWare *)
  5. { La función TipoCursor se basa en la 13 lineas del cursor,
  6.   unicamente seleccionar el comienzo de linea y el fin. }
  7.  
  8.  
  9. Interface
  10.  
  11.    Const
  12.       VersionTCursor = $0212;
  13.  
  14.    Function MododeVideoTCursor : Integer;
  15.    Procedure TipoCursor(ComienzoLinea, FinLinea : Integer);
  16.    Procedure CursorOculto;
  17.    Procedure CursorCaja;
  18.    Procedure CursorNormal;
  19.  
  20. Implementation
  21.  
  22. {...}
  23.  
  24. begin
  25.   Autor1 := Au1;
  26. end.
  27.