- Contents
Third Party Integration Technical Reference
What is a COM Object?
In the world of COM, an object is an instance of software that contains the functions (called methods) that represent what the object can do (its intelligence) and associated state information (called properties) for those functions. An object is a data structure and functions that manipulate the structure.

