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, its use is
discouraged although not prohibited. 
 | 
The CreateInstance function creates an instance of
a registered COM object. | 
| 
 Important: This feature is deprecated, its use is
discouraged although not prohibited. 
 | 
The CallMethod function calls a method on a
specified object. | 
| 
 Important: This feature is deprecated, its use is
discouraged although not prohibited. 
 | 
The GetProperty function gets a property of an
object. | 
| 
 Important: This feature is deprecated, its use is
discouraged although not prohibited. 
 | 
The SetProperty function sets a property of an
object. | 
| 
 Important: This feature is deprecated, its use is
discouraged although not prohibited. 
 | 
The GetError function gets a description of the
last error which occurred. | 
| 
 Important: This feature is deprecated, its use is
discouraged although not prohibited. 
 | 
The ReleaseInstance function releases an instance
of a COM object. |