var ob:Object;
var n:String = "Name";
var a:String = "Address";
var ar:ArrayCollection = "";
ob = new Object();
ob[n] = "Ar";
ob[a] = "xyz, UK";
ar = new ArrayCollection();
ar.addItem(ob);
This blog has been moved. This redirect you our new blog with all old posts..
Dynamic Array Collection Using Flex
How to create Dynamic ArrayCollection Using Flex ?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment