DataArray

graphics/plugins_dataarray-icon.png

DataArray enables a simpler way of controlling a complex structure of objects that were defined in the config.dp file (See DataObject for detailed information about defining object structures and using the config.dp file).

The plugin defines the size of the array (the number of its child objects) and manages the data flowing to the objects.

graphics/plugins_dataarray.png
Unique Parameters
  • Field Name: Defines the name of the array and its size.

  • Type: Defines the type of the array objects. The list of types is created from the types defined in the configuration files (*.dp files).

Example

The Field Name Stocks[32] defines an array named Stocks that has 32 objects of the type Stock selected in the Type parameter.