The COM API function list

The COM API is based on the front call technique as described in Front End Functions. All COM functions are grouped in the WinCOM front end function module.

Table 1. COM API functions
Function name Description
CreateInstance This function creates an instance of a registered COM object.
CallMethod This function calls a method on a specified object.
GetProperty This function gets a property of an object.
SetProperty This function sets a property of an object.
GetError This function gets a description of the last error which occurred.
ReleaseInstance This function releases an Instance (also frees memory).

Supported syntax

COM language syntax is very flexible and allows lots of notation. Genero WinCOM API is slightly more strict: