//--------------------------------------------------------------------------- // Borland C++Builder // Copyright (c) 1987, 1998-2002 Borland International Inc. All Rights Reserved. //--------------------------------------------------------------------------- TITLE: OLE Container Multiple-Document-Interface (MDI) and Single-Document-Interface (SDI) DESCRIPTION: These sample applications demonstrates the following features of the TOLEContainer: - Toolbar negotiation - Status bar hints while inplace editing - Local popup menu with OLE verbs and standard OLE functions (See the popup menu in MDICHILD.PAS) - Using the TOLEContainer's dialogs including InsertObject, ObjectProperties and PasteSpecial. - Using the TOLEContainer's constructors CreateLinkToFile, CreateObjectFromFile. - Menu merging during in-place activation - Using OLE object verbs. DEMONSTRATES: TOLEContainer, TSpeedButton, TOpenDialog, TSaveDialog, TStatusBar COMMENTS:
sirmadman