What Is a Linked Object?

Last reviewed: November 21, 1994
Article ID: Q82827
The information in this article applies to:
  • Microsoft Windows operating system versions 3.1, 3.11

SUMMARY

This article discusses using OLE in Microsoft Windows operating system version 3.1.

MORE INFORMATION

A linked object consists of the following items:

  • The presentation format of the object. This is the visual presentation of the object that you see in the document. The actual object is not stored in the document. For example, when you view a Microsoft Paintbrush picture in a document, you are not seeing the actual object.
  • The object class name of the application that can operate on the object (edit, play, and so forth). For example, the class name for Paintbrush is "Microsoft PaintBrush, 'Picture';".
  • The source file name and location (with a fully-qualified path, including a network server name if applicable). For example, C:\DATA\BOAT.BMP.
  • Information about the item (such as the part of the file that constitutes the object). For example, a cell range of an Excel spreadsheet.

File Size of Linked Objects

File size increase with linked objects because although linked objects have file size savings over the embedded objects, they still increase the size of the document they are linked into.


KBCategory: kbusage kbole kbtool
KBSubcategory: win31
Additional reference words: 3.10 ole accessories


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: November 21, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.