Endpoint.constant; Endpoint.event - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Example
This example assigns an instance of the List component (
) as the component
listBox1
parameter 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.
EndPoint.event
223

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents