Delphi

In order to use the COM objects in your Delphi application add WMonitorX libraries to the list of the project references.

The actual creation is:
 
monitor: TWMonitorX;
monitor:= TWMonitorX.Create(...)


Comments