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
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers