07.07.2015 Views

COM/MTS Guide - Prolifics

COM/MTS Guide - Prolifics

COM/MTS Guide - Prolifics

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Defining the Component's InterfaceDefining the Component's Interface<strong>COM</strong> components must have an interface defined. This interface consists of a list ofthe properties and methods supported by the component, together with informationabout those properties and methods, such as data types, parameter lists, and so on. Thisinterface definition is the public face of your component, and interactions with anyapplication client will use the properties and methods defined in this interface.To define the component's interface, choose View→Component Interface.Defining MethodsThe Methods section of the Component Interface window displays the methodscurrently defined for the component. Each row in the grid corresponds to a method.The first column shows the method's return type, the second the method's name, andthe third the method's parameters, prefixed by their kind and type.<strong>COM</strong>/<strong>MTS</strong> <strong>Guide</strong> 3-3

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!