EndPoint.component

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

endPointObj.component

Description

Property; a reference to a component instance.

Example

This example assigns an instance of the List component (listBox1) as the component parameter of an EndPoint object.

var sourceEndPoint = new mx.data.binding.EndPoint();
sourceEndPoint.component = listBox1;