Dear all,

In my code I have variable typed as IUITextField

/*
          The internal IUITextField that renders the text of this text control.
*/
protected var textField : IUITextField;


In Flex Builder I am able to select with code complete feature
"setSelection" method on typed variable with IUITextField type and
then my project compiles just fine.

But I am wondering why I could not locate declaration of
"setSelection" method inside of source file IUITextField.as file
supplied with SDK?

--
Best regards,
Andriy Panas

Reply via email to