Function


Object
    |
    +-Function

public dynamic class Function
extends Object

Both user-defined and built-in functions in ActionScript are represented by Function objects, which are instances of the Function class.

Availability: ActionScript 1.0; Flash Player 6

Property summary

Properties inherited from class Object

constructor, __proto__, prototype, __resolve


Method summary

Modifiers

Signature

Description

 

apply(thisObject:Object, [argArray:Array]) : Void

Specifies the value of thisObject to be used within any function that ActionScript calls.

 

call(thisObject:Object, [parameter1:Object]) : Object

Invokes the function represented by a Function object.

Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toString, unwatch, valueOf, watch



Version 8

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/8/main/00002234.html