Importing OLE Library Interfaces
To import OLE methods:
- From the main menu, select Program | Import OLE Library
Interfaces
The Import OLE Library Interfaces dialog box appears.
- Select an OLE Class.
The methods and events packages appear for the selected OLE class.
- CTRL+ click on the desired methods packages.
- Select the Methods checkbox to import the method.
- Select the Properties check box to import the
get and set accessors for properties.
- Click OK.
In the Object Navigator, notice the newly created packages under the Program
Units node.
Note: OLE objects export interfaces
that expose methods. Oracle Forms imports the methods in PL/SQL. You can
interact with OLE objects in the native Oracle Forms environment.