ArrayOfRecordsRecorder

Parent Previous Next

Data_Access / DatabaseActors
Block Name: ArrayOfRecordsRecorder

Code File Location: VisualSim/actor/lib/database/ArrayOfRecordsRecorder

Description

An actor that displays an array of records that arrives on its input port. The records (or a specified subset of the records) are displayed in the icon of the actor. In addition, double clicking on the actor displays the entire array of records in a table. Alt-clicking configures the actor.


Parameter

Explanation

Type

Example

colorKey

A column name to use as a color key. If this string is non-empty, then it specifies a column name that is used to determine a color for each row. The value in that row and column determines the color via a hash function, so that if two rows are identical in that column, then they are also identical in color. This is a string that defaults to empty, indicating that all rows should be displayed in black.



columns

The columns to display when double clicking on the icon. This is an array of strings specifying the column names to display, and the order in which they are displayed. It defaults to ALL, which indicates that all fields should be displayed. In this case, the columns are organized alphabetically.



iconColumns

The columns to display in the icon. This is an array of strings specifying the column names to display, and the order in which they are displayed. It defaults to ALL, which indicates that all fields should be displayed. In this case, the columns are organized alphabetically.



records

Parameter to store the array of records read at the input. This is an array of records that is by default empty.





Port

Explanation

Type

input

The input port.

unknown




 

Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites