COM functions

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

COM functions

In Quick3270 Macro, you can access an object and use the originating software application to change properties and methods of that object. You can programmatically manipulate the data in these objects.

Before you can use an object in a procedure, however, you must access the software application associated with the object by assigning it to an object variable. Next, you attach an object name (with or without properties and methods) to the variable to manipulate the object.