ActionScript 2.0 Components Language Reference |
|
|
|
| Data binding classes > Constructor for the EndPoint class | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
new EndPoint()
Nothing.
Constructor; creates a new EndPoint object.
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";
|
|
|
|