DataItems Property

Returns a user defined collection of DataItem objects. DataItem objects can be added and removed from this collection using the Add and Remove methods. When adding a DataItem, the DataItem must exist within the iFIX data system or it will not be added to the collection. DataItem names must be unique.

Syntax

object.DataItems

Properties

The DataItems property syntax has this part:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

Remarks

DataItems is a read-only property of type Object.

 

Applies To