ActionScript 2.0 Components Language Reference |
|
|
|
| DataSet component > Using the DataSet component > Common workflow for the DataSet component | |||
The typical workflow for the DataSet component is as follows.
To use a DataSet component:The UI controls are notified as records (transfer objects) are selected or modified within the DataSet component, and updated accordingly. In addition, the DataSet component is notified of changes made from within a UI control; those changes are tracked by the data set and can be extracted by means of a delta packet.
|
NOTE |
In addition to these steps, you can bind the DataSet component to a connector and a resolver component to provide a complete solution for accessing, managing, and updating data from an external data source. |
|
|
|
|