User Guide

232 Chapter 6: Components Dictionary
Example
The following example executes all the bindings for which the DataSet component instance
named
user_data is the source EndPoint object:
user_data.refreshDestinations();
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)
Parameters
propertyName
A string that contains the name of a property that belongs to
componentInstance.