You can use getItem() or getItemAt() methods for that ArrayCollection
object:

someArrayCol.getItemAt(0).address = "New Address";

If this object definition is marked as [Bindable] than yes, other component
will watch for it.

2007/9/20, donvoltz <[EMAIL PROTECTED]>:
>
>   This is where I am confused.
>
> if I do
>
> xyz2.address = "Some Address"
>
> Am I not just updating the xyz2 variable and not actually the
> arrayCollection?? (I am unclear if there needs to be some additional
> binding to this)
>
> Also, what if the array collection is actually holding a collection of
> references to a custom component. When the array collection is updated,
> will the custom component actually see its property change as well??
>
> Thanks for the help
>
> Don
>
>  
>



-- 
A vivid and creative mind characterizes you.

Reply via email to