Specifications

Create the user interface 283
20.In the Bound To dialog box, click the Data Set component, and then
select the dataProvider: Array schema location and click OK.
The DataBinding component copies each object within the
row array
into a new record (transfer object) within the DataSet component. It
applies the settings you selected as the data is copied so that the
DataSet component receives ActionScript Date, Boolean, and Number
fields for the
@date, @billable, and @duration attributes.
Next, you will create fields for the DataSet component that match
those in the XMLConnector component.
21. On the Stage, select the DataSet component. In the Component
inspector, click the Schema tab.
22.Click Add a Component Property (+) and enter id for Field Name and
Integer for Data Type.