Ole4D Help


Why VBScript?

The VBScript was introduced so that the programmer can call methods of the Ole object and access properties of the Ole object.
Working with Ole objects is a feature of the VBScript language that was used in this plug-in.

Scripting reference

Ole4D plug-in can evaluate scripts. Running VBScript code from 4D is done by means of script hosts.
Script hosts are VBScript interpreters.
Use script hosts when you want to:
- evaluate VBS code from 4D
- call methods of an ole object
- transfer data between an ole object to 4D and vice versa
- write event handlers