User Guide

Data binding classes (Flash Professional only) 225
Property summary for the EndPoint class
The following table lists the properties of the EndPoint class.
Constructor for the EndPoint class
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
new EndPoint()
Returns
Nothing.
Description
Constructor; creates a new EndPoint object.
Example
This example creates a new EndPoint object named source_obj and assigns values to its
component and property properties:
var source_obj = new mx.data.binding.EndPoint();
source_obj.component = myTextField;
source_obj.property = "text";
EndPoint.component
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Method Description
EndPoint.component A reference to a component instance.
EndPoint.constant A constant value.
EndPoint.event The name of an event, or array of event names, that the component will
emit when the data changes.
EndPoint.location The location of a data field within the property of the component instance.
EndPoint.property The name of a property of the component instance specified by
EndPoint.component.