//---------------------------------------------------------------------------
// Borland C++Builder
// Copyright (c) 1987, 1998-2002 Borland International Inc.  All Rights Reserved.
//---------------------------------------------------------------------------

TITLE:
  AUTOPROJ

DESCRIPTION:
  A simple OLE automation server.

DEMONSTRATES:
  Setting a property and calling a method of an automation server (SRVR)
  from an automation client (TESTAP).

COMMENTS:
  Before running TESTAP, the automation client to the automation server,
  SRVR, run SRVR.EXE program once. The registry will be automatically updated.

  SRVR has one method and one property that are available via OLE
  automation. The property allows setting the value of a string, and
  the method shows the string in a dialog.  TESTAP demonstrates this.


