COM engine
Last updated
Was this helpful?
Last updated
Was this helpful?
COM engine
Component Object Model (COM) client interface: binary-interface standard for software components on Windows.
- Some example to show how to use COM interface.
- Removes COM control or server.
- Returns the properties name of an COM object.
- Get property value from COM interface.
- Invoke method on COM object or interface.
- Determines if input is an existing COM object method.
- Determines if input is an existing COM object property.
- Returns the methods name of an COM object.
- Private function: range helper.
- Set object or interface property to specified value.
- Returns list of current used COM handle.
- Determines if file contains Microsoft Excel spreadsheet.
- Read Microsoft Excel spreadsheet file using COM.
- Write Microsoft Excel spreadsheet file using COM.
- Handle to running instance of Automation server.
- Get available ActiveX controls.
- Creates COM server.
- Get available ActiveX servers.
- Determine whether input is COM or ActiveX object.