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

  1. //---------------------------------------------------------------------------
  2. // Borland C++Builder
  3. // Copyright (c) 1987, 1998 Borland International Inc.  All Rights Reserved.
  4. //---------------------------------------------------------------------------
  5.  
  6. TITLE:
  7.   OLE Container Multiple-Document-Interface (MDI) and
  8.   Single-Document-Interface (SDI)
  9.  
  10. DESCRIPTION:
  11.   These sample applications demonstrates the following features of the
  12.   TOLEContainer:
  13.  
  14.   - Toolbar negotiation
  15.   - Status bar hints while inplace editing
  16.   - Local popup menu with OLE verbs and standard OLE functions
  17.     (See the popup menu in MDICHILD.PAS)
  18.   - Using the TOLEContainer's dialogs including InsertObject,
  19.     ObjectProperties and PasteSpecial.
  20.   - Using the TOLEContainer's constructors CreateLinkToFile,
  21.     CreateObjectFromFile.
  22.   - Menu merging during in-place activation
  23.   - Using OLE object verbs.
  24.  
  25. DEMONSTRATES:
  26.   TOLEContainer, TSpeedButton, TOpenDialog, TSaveDialog, TStatusBar
  27.  
  28. COMMENTS:
  29.  
  30.