home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / EXAMPLES.TXT < prev    next >
Text File  |  1997-02-14  |  1KB  |  36 lines

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1997 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     EXAMPLES
  8.  
  9. DESCRIPTION:
  10.     These directories contain examples of using a variety of C++Builder
  11.     components.  There are a few examples which expect the sample components
  12.     to have already been built (see \examples\controls\readme.txt).
  13.     Additionally, a few examples expect Local Interbase to be installed
  14.     (see install.txt).
  15.  
  16.     Sample Components are :
  17.        TCalendar, TColorGrid, TGauge, TSpinButton, TSpinEdit, TPie,
  18.        TDirectoryOutline, TIBEventAlerter, and TDemoLabel.
  19.  
  20.     The following examples require sample components to be built prior
  21.     to running them:
  22.  
  23.        CLASSBRW
  24.        DOC\CBROWSE
  25.        DOC\DIROUTLN
  26.        DOC\FILEMANX
  27.        DBTASKS\IBDEMO
  28.        DBTASKS\MASTAPP
  29.  
  30.     The following examples require Local Interbase to be installed:
  31.  
  32.        DBTASKS\BKQUERY
  33.        DBTASKS\CACHEDUP
  34.        DBTASKS\IBDEMO
  35.  
  36.