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";