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

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.     AUTOSRV
  8.  
  9. DESCRIPTION:
  10.     OLE Automation Controler
  11.  
  12. DEMONSTRATES:
  13.     + TAutoObject, TAutoClassInfo
  14.     + Using the RegisterAutoClass method of the global Automation object to
  15.       register an OLE Automation server with OLE
  16.     + Exposing properties and methods via OLE Automation using __automated
  17.  
  18. COMMENTS:
  19.     Use the AUTOCON example to control this server.
  20.  
  21.