User Guide

230 Data binding classes (Flash Professional only)
ComponentMixins.refreshFromSources()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.refreshFromSources()
Parameters
None.
Returns
Nothing.
Description
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.
Example
The following example executes all the bindings for which the ListBox component instance
named
cityList is the destination EndPoint object:
cityList.refreshFromSources();
ComponentMixins.validateProperty()
Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
componentInstance.validateProperty(propertyName)