UCM Unitec Home Page
      

Chapter 6 - Property Descriptions

 

6.1. Overview

Properties are a set of variables available in each instance of an Active-X Control (OCX). The majority of these variables allow the programmer to set or access their value, some of them are read only. Each assignment as well as each reference of property variables are controlled by underlying program code within the OCX. Most of the properties are available at design time. This allows the OCX user to set or change initial values without having to write code. Another advantage is, that the OCX logic ensures, that the values read form properties are always valid.

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 properties of the UCM Active-X control Ucm.ocx. The page headers for each description contain the property name and title.

The Usage section gives a summary of the actual assignment or reference declaration.

The Description explains all of the property’s operational details.

The Data Type section, defines the storage type of the property variable.

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

These properties are also described in the Windows help file ucm.hlp and are available context sensitive within the property window at design time.

The following properties are in alphabetical order:

Property Title
(About) Activate About Dialog.
AdrMode Addressing Mode.
AutoConnect Automatic Server Connect.
AutoSend Automatic Message Send.
CommID Communication Space ID.
Delimiter Message Field Delimiter.
FieldBase Base Index of Field Collection.
Host Host IP Address.
InputCommID UCM CommID of Last (Current) Input Message.
InputMsg Input Message Value.
InputMsgID Message ID of Last (Current) Input Message.
InputHost Host IP Address of Last (Current) Input Message.
InputID Input Message ID.
InputPort Port Number of Last (Current) Input Message.
InputService UCM Service of Last (Current) Input Message.
MessageID Input/Output Message ID.
NoOfFields Number of Fields in Input Message.
OutputMsg Output Message Value.
OutputID Output Message ID Value
Port TCP/IP Port Number.
Service UCM Service Name.
 

Back to top