WINCOM API front calls
The WinCOM API is based on the front call technique as described in Front End Functions. All WinCOM functions are grouped in the WinCOM front end function module.
Function name | Description |
---|---|
Important: This feature is deprecated, and may be removed
in a future version.
|
The CreateInstance function creates an instance of
a registered COM object. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The CallMethod function calls a method on a
specified object. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The GetProperty function gets a property of an
object. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The SetProperty function sets a property of an
object. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The GetError function gets a description of the
last error which occurred. |
Important: This feature is deprecated, and may be removed
in a future version.
|
The ReleaseInstance function releases an Instance
of a COM object. |