home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Examples / Apps / Cursors / README.TXT < prev   
Encoding:
Text File  |  1999-01-26  |  663 b   |  22 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     CURSORS
  8.  
  9. DESCRIPTION:
  10.     Change your cursor's shape by selecting from a list of cursor constants.
  11.  
  12. DEMONSTRATES:
  13.     + TCursor, TComboBox.
  14.     + Using cursor constants to change the shape of a cursor.
  15.     + Responding to the OnChange event of a ComboBox.
  16.  
  17. COMMENTS:
  18.     For a demonstration of using cursors other than those provided through
  19.     VCL, see the SWAT example.
  20.  
  21.  
  22.