UCM Unitec Home Page
      

Field Index Base

 FieldBase(P)

Name   Environment   Usage   Description   Data Type   Remarks   See also

Name

FieldBase

Environment

Windows

Usage

[Form.]Ucm.FieldBase = value

Description

The FieldBase property sets the base index of the message Field collection.
Value Description
ucmBase0 The index to access the first message field through the Field(M) method is 0 (zero). This setting is best used with the C programming language.
ucmBase1 The index to access the first message field through the Field(M) method is 1. This is the preferred setting for VB.

Data Type

ucmBase Enumeration

Remarks

The default setting of FieldBase is ucmBase1.

See also

Field(M)

 

Back to top