home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------------
- // Borland C++Builder
- // Copyright (c) 1987, 1998 Borland International Inc. All Rights Reserved.
- //---------------------------------------------------------------------------
-
- TITLE:
- AUTOSRV
-
- DESCRIPTION:
- OLE Automation Controler
-
- DEMONSTRATES:
- + TAutoObject, TAutoClassInfo
- + Using the RegisterAutoClass method of the global Automation object to
- register an OLE Automation server with OLE
- + Exposing properties and methods via OLE Automation using __automated
-
- COMMENTS:
- Use the AUTOCON example to control this server.
-
-