Just wondering what the terminology means when you see the following

UITextField.as


    //----------------------------------
    //  percentWidth
    //----------------------------------

        /**
     *  @copy mx.core.UIComponent#percentWidth
         */
        public function get percentWidth():Number
        {
                return NaN;
        }

        /**
         *  @private
         */
         public function set percentWidth(value:Number):void
         {
         }




Does that copy the functionality from UIComponent or is that something
that is to be done still?

Reply via email to