MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 479

Components language reference
Table of Contents

Advertisement

Example
The following example calls the
while(dpCursor.hasNext()) {
dpDelta = Delta(dpCursor.next());
op=dpDelta.getOperation();
switch(op) {
case mx.data.components.datasetclasses.DeltaPacketConsts.Modified: {
// the original values are
trace("Unmodified source is: ");
var src = dpDelta.getDeltaPacket().getSource();
for(var i in src){
if(typeof(src[i]) != "function"){
trace(i+"="+src[i]);
}
}
}
}
method:
getSource()
Delta.getSource()
477

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