01-09-2017, 08:35 PM
In the COM Libraries dialog double click it. It adds this in the macro
typelib iMacros {GUID} version
Then add
iMacros.App x._create
Then you can use class member functions with x, like x.Function(arguments).
Read more in QM help topic "Using COM components" -> Example1.
typelib iMacros {GUID} version
Then add
iMacros.App x._create
Then you can use class member functions with x, like x.Function(arguments).
Read more in QM help topic "Using COM components" -> Example1.