MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 340

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

Advertisement

DataSet.removeItem()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
dataSet.removeItem([item])
Parameters
The item to be removed. This parameter is optional.
item
Returns
A Boolean value. Returns
Description
Method; removes the specified item from the collection, or removes the current item if
the
parameter is omitted. This operation is logged to
item
DataSet.logChanges
Example
The following code, attached to an instance of the Button component, removes the current
item in the DataSet object named
Button instance.
on(click) {
_parent.usersData.removeItem();
}
See also
DataSet.deltaPacket
DataSet.removeItemAt()
Availability
Flash Player 7.
Edition
Flash MX Professional 2004.
Usage
DataSetInstance.removeItemAt(index)
Parameters
A number greater than or equal to 0. This number is the index of the item to remove.
index
340
Chapter 6: Components Dictionary
if the item was successfully removed; otherwise, returns
true
is
.
true
usersData
,
DataSet.logChanges
DataSet.deltaPacket
that resides on the same Timeline as the
.
false
if

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents