ActionScript 2.0 Components Language Reference |
|
|
|
| Data binding classes > ComponentMixins.refreshFromSources() | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
componentInstance.refreshFromSources()
None.
Nothing.
Method; executes all bindings for which componentInstance is the destination EndPoint object. This method lets you execute bindings that have constant sources, or sources that do not emit a "data changed" event.
The following example executes all the bindings for which the ListBox component instance named cityList is the destination EndPoint object:
cityList.refreshFromSources();
|
|
|
|