The Component Object Module (COM) is Microsoft's technology for creating reusable software components called COM objects. Each COM object encapsulates a set of data values called properties and a set of actions called methods.
|
Topic |
Description |
|
How ATEasy queries COM objects at design and run time. |
|
|
Creating instances of COM objects using early and late binding. |
|
|
Accessing ActiveX objects from a file. |
|
|
De-referencing objects once you are done with them. |
|
|
Accessing and/or changing exposed properties of objects. |
|
|
Invoking a function or action that an object can perform. |