UCM Unitec Home Page
      

Chapter 8 - Method Descriptions

 

8.1. Overview

Methods are function entry points provided by an Active-X control. They typically act on the data contained in the control object. Methods may take parameters and may also return a value. Methods are not available at design time.

To learn more about the concepts of UCM communication and its addressing methods, please refer to the Active-X section in this manual.

This chapter contains descriptions of all methods of the UCM Active-X control Ucm.ocx. The page headers for each description contain the property name and title.

The Synopsis section gives a summary of the actual event function declaration.

The Description explains all of the methods operational details.

The Parameter section, describes the function parameters and their data type.

Related methods, events and properties are identified in the See Also section.

These methods are also described in the Windows help file ucm.hlp.

The following methods are in alphabetical order:

Method Title
Field Retrieve Message Field Value.
Send Send Output Message.
 

Back to top