ActionScript 2.0 Components Language Reference |
|
|
|
| DataHolder component > DataHolder class | |||
Inheritance MovieClip > DataHolder
ActionScript class name mx.data.components.DataHolder
The DataHolder component is a repository for data and a means of generating events when that data has changed. Its main purpose is to hold data and act as a connector between other components that use data binding.
Initially, the DataHolder component has a single bindable property named data. You can add more properties by using the Schema tab in the Component inspector.
The following table lists the properties of the DataHolder class.
|
Property |
Description |
|---|---|
|
Default bindable property for the DataHolder component. |
|
|
|
|