MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 226

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Usage
endPointObj.component
Description
Property; a reference to a component instance.
Example
This example assigns an instance of the List component (
of an EndPoint object.
var sourceEndPoint = new mx.data.binding.EndPoint();
sourceEndPoint.component=listBox1;
EndPoint.constant
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
endPoint_src.constant
Description
Property; a constant value assigned to an EndPoint object. This property can be applied only to
EndPoint objects that are the source, not the destination, of a binding between components. The
value can be of any data type that is compatible with the destination of the binding. If this
property is specified, all other EndPoint properties for the specified EndPoint object are ignored.
Example
In this example, the string constant value "hello" is assigned to an EndPoint object's
constant property:
var sourceEndPoint = new mx.data.binding.EndPoint();
sourceEndPoint.constant="hello";
EndPoint.event
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
endPointObj.event
226
Chapter 6: Components Dictionary
) as the component parameter
listBox1

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash mx

Table of Contents