Topic |
Description |
How type libraries are used in ATEasy applications. |
|
The types of type libraries that are available. |
|
Inserting a type library into an ATEasy module. |
|
Properties of type libraries. |
|
The submodules that a type library contains. |
|
Type library classes, properties, methods, and events. |
|
How ATEasy uses early binding and late binding to automate software components. |
|
How to create instances of software components to use in ATEasy applications. |
|
How to use the GetObject function to get instances of software components that are used in ATEasy applications. |
|
How to get and set the value of an object's properties. |
|
How to call the methods exposed by an object that you have created. |
|
How to delete instances of software components that have been used in ATEasy applications. |
|
Distributing a type library to end users of an ATEasy application. |
|
The contents of ATEasy's internal type library. |
|
An ATEasy code sample that creates a Microsoft Excel object using early binding. |
|
An ATEasy code sample that creates a Microsoft Excel object using late binding. |