OLE containers

Previous Next

USoft Developer allows you to include OLE (= Object Linking and Embedding) containers in your application. These containers can hold objects from any Windows application that supports OLE, such as the Explorer, Word, Video for Windows, and so on. These objects are stored in the database in the form of Binary Large Objects (BLOBs). By double clicking on such an object, the end-user can either edit the object with the "original" application, or in case of multimedia files (for example WAV and AVI) play the particular clip.

NOTE: The options for manipulating OLE objects in your application can all be accessed by clicking the right mouse button.

 

 

collapseDefining an OLE field
collapseEmbedding an object in an OLE field
collapseEditing an embedded object
collapseLinking to another file using OLE
collapseLinking to a selection from a file
collapseEditing linked information

 

 

See also

Object Linking and Embedding (OLE)

OLE controls (OCX)