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

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     AUTOCON
  8.  
  9. DESCRIPTION:
  10.     OLE Automation Controller
  11.  
  12. DEMONSTRATES:
  13.     + Setting and retrieving OLE properties via OLE Automation
  14.     + Variants
  15.     + Early and late binding to automation server
  16. COMMENTS:
  17.     Be sure to build and run the AUTOSRV/SRVR example first, or this example
  18.     won't run correctly.
  19.  
  20.