Data Model Flex

tag both define a data binding at compile time" src="http://www.rntsoft.com/Code/FlexImages/ThecurlybracessyntaxandthemxBindingtagbothdefineadatabindingatcompiletime.PNG"

            


  
    
    import mx.binding.utils.*;
    public function initBindingHandler():void {
      BindingUtils.bindProperty(myText, "text", myTI, "text");
    }