Programmer's Reference
The OleClient class is a subclass of
OlePrimitive. It allows OLE objects from other applications
to be embedded or linked into an IBM Smalltalk or VisualAge
application. An OleClient contains the OLE object and allows
that object to behave like other Common Widgets.
With OleClient, you can do the following:
- Create a placeholder in the container's user interface to contain an
embedded or linked OLE object--the OLE object that appears within the
OleClient is created at run time
- Insert embedded or linked OLE objects directly from their server into a
container
- Create embedded or linked OLE objects from a server-generated file
- Create embedded or linked OLE objects from the clipboard or from dragging
or dropping between other OLE-enabled third-party applications
- Display embedded or linked OLE objects as icons
- Activate an embedded OLE object in place if in-place activation is
supported by its server
- Within the container's user interface, allow for resizing and
movement of an embedded or linked OLE object.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]